mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-05 21:00:05 +00:00
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>
|
||||
|
||||
* elf/rtld.c (process_dl_debug): Fix typo: "DL_DEBUG" ->
|
||||
|
@ -20,10 +20,7 @@
|
||||
#include <unistd.h>
|
||||
|
||||
int
|
||||
__getresuid (euid, ruid, suid)
|
||||
uid_t euid;
|
||||
uid_t ruid;
|
||||
uid_t suid;
|
||||
__getresuid (uid_t euid, uid_t ruid, uid_t suid)
|
||||
{
|
||||
__set_errno (ENOSYS);
|
||||
return -1;
|
||||
|
Loading…
Reference in New Issue
Block a user