Update.
1998-03-01 Andreas Jaeger <aj@arthur.rhein-neckar.de> * sysdeps/generic/getresuid.c (__getresuid): Use ISO C declaration style to avoid warnings.
This commit is contained in:
parent
08b511e6b6
commit
b3c06869cc
@ -1,3 +1,8 @@
|
|||||||
|
1998-03-01 Andreas Jaeger <aj@arthur.rhein-neckar.de>
|
||||||
|
|
||||||
|
* sysdeps/generic/getresuid.c (__getresuid): Use ISO C
|
||||||
|
declaration style to avoid warnings.
|
||||||
|
|
||||||
1998-03-06 11:48 Mark M._Kettenis <kettenis@hall.phys.uva.nl>
|
1998-03-06 11:48 Mark M._Kettenis <kettenis@hall.phys.uva.nl>
|
||||||
|
|
||||||
* elf/rtld.c (process_dl_debug): Fix typo: "DL_DEBUG" ->
|
* elf/rtld.c (process_dl_debug): Fix typo: "DL_DEBUG" ->
|
||||||
|
@ -20,10 +20,7 @@
|
|||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
|
|
||||||
int
|
int
|
||||||
__getresuid (euid, ruid, suid)
|
__getresuid (uid_t euid, uid_t ruid, uid_t suid)
|
||||||
uid_t euid;
|
|
||||||
uid_t ruid;
|
|
||||||
uid_t suid;
|
|
||||||
{
|
{
|
||||||
__set_errno (ENOSYS);
|
__set_errno (ENOSYS);
|
||||||
return -1;
|
return -1;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user