projects
/
external
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ff1d023
)
(accept): Add libc_hidden_def.
author
Ulrich Drepper
<drepper@redhat.com>
Tue, 31 Dec 2002 20:41:23 +0000
(20:41 +0000)
committer
Ulrich Drepper
<drepper@redhat.com>
Tue, 31 Dec 2002 20:41:23 +0000
(20:41 +0000)
sysdeps/unix/sysv/aix/accept.c
patch
|
blob
|
history
diff --git
a/sysdeps/unix/sysv/aix/accept.c
b/sysdeps/unix/sysv/aix/accept.c
index
0e8f67e
..
73f1149
100644
(file)
--- a/
sysdeps/unix/sysv/aix/accept.c
+++ b/
sysdeps/unix/sysv/aix/accept.c
@@
-1,4
+1,4
@@
-/* Copyright (C) 2000 Free Software Foundation, Inc.
+/* Copyright (C) 2000
, 2002
Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
@@
-27,3
+27,4
@@
accept (int fd, __SOCKADDR_ARG addr, socklen_t *addr_len)
assert (sizeof (socklen_t) == sizeof (int));
return naccept (fd, addr.__sockaddr__, addr_len);
}
+libc_hidden_def (accept)