diff options
author | Eric Andersen <andersen@codepoet.org> | 2000-10-30 06:41:35 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2000-10-30 06:41:35 +0000 |
commit | 31a8f5cb0e06061181d4a6ed8b154abec561f981 (patch) | |
tree | 5845890eda83a66719bdc46207c5b550dd0e8a97 /libc/sysdeps/linux/i386/bits/sigaction.h | |
parent | 05300d015ba469332e0425263d4f8a2a601e12ef (diff) |
Fixup some PMTs
Diffstat (limited to 'libc/sysdeps/linux/i386/bits/sigaction.h')
-rw-r--r-- | libc/sysdeps/linux/i386/bits/sigaction.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/i386/bits/sigaction.h b/libc/sysdeps/linux/i386/bits/sigaction.h index 250bdd146..e721183b9 100644 --- a/libc/sysdeps/linux/i386/bits/sigaction.h +++ b/libc/sysdeps/linux/i386/bits/sigaction.h @@ -31,7 +31,7 @@ struct sigaction /* Used if SA_SIGINFO is not set. */ __sighandler_t sa_handler; /* Used if SA_SIGINFO is set. */ - void (*sa_sigaction) __PMT ((int, siginfo_t *, void *)); + void (*sa_sigaction) __P ((int, siginfo_t *, void *)); } __sigaction_handler; # define sa_handler __sigaction_handler.sa_handler |