Remove libc_hidden_proto in sysdeps/unix/sysv/linux/generic/epoll_wait.c.
authorChris Metcalf <cmetcalf@tilera.com>
Mon, 30 Jan 2012 17:40:37 +0000 (12:40 -0500)
committerChris Metcalf <cmetcalf@tilera.com>
Mon, 30 Jan 2012 17:40:37 +0000 (12:40 -0500)
ChangeLog.linux-generic
sysdeps/unix/sysv/linux/generic/epoll_wait.c

index 4a0b908..83a2db1 100644 (file)
@@ -1,3 +1,8 @@
+2012-01-30  Chris Metcalf  <cmetcalf@tilera.com>
+
+       * sysdeps/unix/sysv/linux/generic/epoll_wait.c: Remove
+       libc_hidden_proto declaration now it's in sys/epoll.h override.
+
 2011-12-09  Chris Metcalf  <cmetcalf@tilera.com>
 
        * sysdeps/unix/sysv/linux/generic/bits/msq.h: New file.
index eda64bc..0fa06e8 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2011 Free Software Foundation, Inc.
+/* Copyright (C) 2011, 2012 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Chris Metcalf <cmetcalf@tilera.com>, 2011.
 
@@ -22,8 +22,6 @@
 #include <sys/types.h>
 #include <sys/epoll.h>
 
-libc_hidden_proto (epoll_pwait)
-
 int
 epoll_wait (int epfd, struct epoll_event *events, int maxevents, int timeout)
 {