diff options
Diffstat (limited to 'bits/siginfo.h')
-rw-r--r-- | bits/siginfo.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bits/siginfo.h b/bits/siginfo.h index e0816a9bc2..31b0dde888 100644 --- a/bits/siginfo.h +++ b/bits/siginfo.h @@ -1,5 +1,5 @@ /* siginfo_t, sigevent and constants. Stub version. - Copyright (C) 1997, 1998 Free Software Foundation, Inc. + Copyright (C) 1997, 1998, 2000 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 @@ -185,7 +185,7 @@ typedef struct sigevent sigval_t sigev_value; int sigev_signo; int sigev_notify; - void (*sigev_notify_function) __PMT ((sigval_t)); /* Function to start. */ + void (*sigev_notify_function) (sigval_t); /* Function to start. */ void *sigev_notify_attributes; /* Really pthread_attr_t.*/ } sigevent_t; |