diff options
author | Chris Metcalf <cmetcalf@tilera.com> | 2012-01-28 12:00:12 -0500 |
---|---|---|
committer | Chris Metcalf <cmetcalf@tilera.com> | 2012-01-28 12:00:12 -0500 |
commit | 463de8625241174b25e339c119d7c59e79b474ec (patch) | |
tree | ff2cbc3baf5eb796e6801d9350150a97358c9cb1 /sysdeps | |
parent | 73139a7628c424c82eb9297ccb5505c0bc5b65aa (diff) | |
download | glibc-463de8625241174b25e339c119d7c59e79b474ec.zip glibc-463de8625241174b25e339c119d7c59e79b474ec.tar.gz glibc-463de8625241174b25e339c119d7c59e79b474ec.tar.bz2 |
Use include/sys/epoll.h to provide libc_hidden_proto for epoll_pwait().
Diffstat (limited to 'sysdeps')
-rw-r--r-- | sysdeps/unix/sysv/linux/epoll_pwait.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/epoll_pwait.c b/sysdeps/unix/sysv/linux/epoll_pwait.c index e689073..a9c5b3c 100644 --- a/sysdeps/unix/sysv/linux/epoll_pwait.c +++ b/sysdeps/unix/sysv/linux/epoll_pwait.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007 Free Software Foundation, Inc. +/* Copyright (C) 2007, 2011, 2012 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 @@ -67,3 +67,5 @@ stub_warning (epoll_pwait) # include <stub-tag.h> #endif + +libc_hidden_def (epoll_pwait) |