about summary refs log tree commit diff
path: root/sysdeps/unix
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2007-12-03 06:17:25 +0000
committerUlrich Drepper <drepper@redhat.com>2007-12-03 06:17:25 +0000
commitda0ff4ae5ba18db9c82522ea0fce26b327ea10ee (patch)
tree8392b6da52b4518b349af7175aec640b8a4c7aa6 /sysdeps/unix
parent51bd20d93a1d61f52bb29e19256e2401a633134b (diff)
downloadglibc-da0ff4ae5ba18db9c82522ea0fce26b327ea10ee.tar.gz
glibc-da0ff4ae5ba18db9c82522ea0fce26b327ea10ee.tar.xz
glibc-da0ff4ae5ba18db9c82522ea0fce26b327ea10ee.zip
[BZ #5439]
	* sysdeps/unix/sysv/linux/sys/signalfd.h: Fix use of __nonnull.
Diffstat (limited to 'sysdeps/unix')
-rw-r--r--sysdeps/unix/sysv/linux/sys/signalfd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/sys/signalfd.h b/sysdeps/unix/sysv/linux/sys/signalfd.h
index 247b20b9d2..6649bc1d9c 100644
--- a/sysdeps/unix/sysv/linux/sys/signalfd.h
+++ b/sysdeps/unix/sysv/linux/sys/signalfd.h
@@ -51,7 +51,7 @@ __BEGIN_DECLS
 /* Request notification for delivery of signals in MASK to be
    performed using descriptor FD.*/
 extern int signalfd (int __fd, const sigset_t *__mask, int __flags)
-  __nonnull (2) __THROW;
+  __nonnull ((2)) __THROW;
 
 __END_DECLS