mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-18 14:40:06 +00:00
Update.
* sysdeps/unix/sysv/aix/gethostname.c: Fix type of len argument.
This commit is contained in:
parent
9434de8981
commit
bd4ebb90a1
@ -1,5 +1,6 @@
|
||||
2000-04-18 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* sysdeps/unix/sysv/aix/gethostname.c: Fix type of len argument.
|
||||
* sysdeps/unix/sysv/aix/access.c: Define ACC_INVOKER.
|
||||
* sysdeps/unix/sysv/aix/getegid.c: Define ID_EFFECTIVE.
|
||||
* sysdeps/unix/sysv/aix/geteuid.c: Likewise.
|
||||
|
@ -21,7 +21,7 @@
|
||||
int
|
||||
__gethostname (name, len)
|
||||
char *name;
|
||||
size_t len;
|
||||
socklen_t len;
|
||||
{
|
||||
return gethostname (name, len);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user