summaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/aix/select.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/unix/sysv/aix/select.c')
-rw-r--r--sysdeps/unix/sysv/aix/select.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/aix/select.c b/sysdeps/unix/sysv/aix/select.c
index e5c48dcde9..9bf5bae47c 100644
--- a/sysdeps/unix/sysv/aix/select.c
+++ b/sysdeps/unix/sysv/aix/select.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1999, 2000 Free Software Foundation, Inc.
+/* Copyright (C) 1999, 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
@@ -28,3 +28,4 @@ __select (nfds, readfds, writefds, exceptfds, timeout)
{
return select (nfds, readfds, writefds, exceptfds, timeout);
}
+libc_hidden_def (__select)