Remove libc_hidden_proto in sysdeps/unix/sysv/linux/generic/epoll_wait.c.

This commit is contained in:
Chris Metcalf 2012-01-30 12:40:37 -05:00
parent 53bce1b5f9
commit 8525497961
2 changed files with 6 additions and 3 deletions

View 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.

View 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)
{