summaryrefslogtreecommitdiff
path: root/io/ppoll.c
diff options
context:
space:
mode:
Diffstat (limited to 'io/ppoll.c')
-rw-r--r--io/ppoll.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/io/ppoll.c b/io/ppoll.c
index a035cfeb1f..b161a47b3d 100644
--- a/io/ppoll.c
+++ b/io/ppoll.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2006 Free Software Foundation, Inc.
+/* Copyright (C) 2006, 2012 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@redhat.com>, 2006.
@@ -73,4 +73,5 @@ ppoll (struct pollfd *fds, nfds_t nfds, const struct timespec *timeout,
#ifndef ppoll
/* __poll handles cancellation. */
LIBC_CANCEL_HANDLED ();
+libc_hidden_def (ppoll);
#endif