]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
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 4a0b9084c5ac3a1f32fa05dc446fa1f014622abc..83a2db19330558622a92df7c996e2245c1f2bd90 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 eda64bc946e188c9fbda78274851f547f49354e4..0fa06e8e39f6c9a12e5ceb9a49b153b62a04fb0f 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)
 {