projects
/
kopensolaris-gnu
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
ed7dbf6
)
Use __PMT instead of __P for function pointer.
author
drepper
<drepper>
Mon, 29 Jun 1998 12:42:19 +0000
(12:42 +0000)
committer
drepper
<drepper>
Mon, 29 Jun 1998 12:42:19 +0000
(12:42 +0000)
signal/signal.h
patch
|
blob
|
history
diff --git
a/signal/signal.h
b/signal/signal.h
index
aa51593
..
5e983e4
100644
(file)
--- a/
signal/signal.h
+++ b/
signal/signal.h
@@
-51,7
+51,7
@@
typedef __sig_atomic_t sig_atomic_t;
#include <bits/signum.h>
/* Type of a signal handler. */
-typedef void (*__sighandler_t) __P ((int));
+typedef void (*__sighandler_t) __P
MT
((int));
/* The X/Open definition of `signal' specifies the SVID semantic. Use
the additional function `sysv_signal' when X/Open compatibility is