summaryrefslogtreecommitdiff
path: root/rt/aio_sigqueue.c
diff options
context:
space:
mode:
Diffstat (limited to 'rt/aio_sigqueue.c')
-rw-r--r--rt/aio_sigqueue.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/rt/aio_sigqueue.c b/rt/aio_sigqueue.c
index 5481be0e5c..0297eca0d7 100644
--- a/rt/aio_sigqueue.c
+++ b/rt/aio_sigqueue.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1997-2015 Free Software Foundation, Inc.
+/* Copyright (C) 1997-2016 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
@@ -22,10 +22,7 @@
#include <aio_misc.h>
int
-__aio_sigqueue (sig, val, caller_pid)
- int sig;
- const union sigval val;
- pid_t caller_pid;
+__aio_sigqueue (int sig, const union sigval val, pid_t caller_pid)
{
__set_errno (ENOSYS);
return -1;