From b5c69d99130e6f70505c353a5eddd3405dda3108 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 20 Sep 1999 02:18:14 +0000 Subject: Update. 1999-09-19 Ulrich Drepper * po/pl.po: Updated. 1999-09-17 Andreas Schwab * Makefile (clean): Also remove $(postclean) files. 1999-09-15 Andreas Jaeger * pwd/Makefile (otherlibs): Add for building with static-nss. * inet/Makefile (otherlibs): Likewise. 1999-09-15 Andreas Jaeger * sysdeps/generic/aio_sigqueue.c (__aio_sigqueue): Use old style function definition to avoid a compilation failure. 1999-09-15 Andreas Jaeger * stdlib/tst-environ.c (main): Add getenv regression test for environment variable that's one character long. 1999-09-15 Andreas Jaeger * sysdeps/unix/sysv/linux/i386/sigaction.c: Protect real time signal definitions to let glibc compile with older Linux versions (2.0.10 to 2.1.100 or so). --- sysdeps/generic/aio_sigqueue.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'sysdeps/generic/aio_sigqueue.c') diff --git a/sysdeps/generic/aio_sigqueue.c b/sysdeps/generic/aio_sigqueue.c index bc703518d4..5c19bce8ea 100644 --- a/sysdeps/generic/aio_sigqueue.c +++ b/sysdeps/generic/aio_sigqueue.c @@ -23,7 +23,10 @@ #include "aio_misc.h" int -__aio_sigqueue (int sig, const union sigval val, pid_t caller_pid) +__aio_sigqueue (sig, val, caller_pid) + int sig; + const union sigval val; + pid_t caller_pid; { __set_errno (ENOSYS); return -1; -- cgit v1.2.3