summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/i386/bits/siginfo.h
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2000-10-30 06:41:35 +0000
committerEric Andersen <andersen@codepoet.org>2000-10-30 06:41:35 +0000
commit31a8f5cb0e06061181d4a6ed8b154abec561f981 (patch)
tree5845890eda83a66719bdc46207c5b550dd0e8a97 /libc/sysdeps/linux/i386/bits/siginfo.h
parent05300d015ba469332e0425263d4f8a2a601e12ef (diff)
Fixup some PMTs
Diffstat (limited to 'libc/sysdeps/linux/i386/bits/siginfo.h')
-rw-r--r--libc/sysdeps/linux/i386/bits/siginfo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/i386/bits/siginfo.h b/libc/sysdeps/linux/i386/bits/siginfo.h
index 66e626199..0ed54f267 100644
--- a/libc/sysdeps/linux/i386/bits/siginfo.h
+++ b/libc/sysdeps/linux/i386/bits/siginfo.h
@@ -255,7 +255,7 @@ typedef struct sigevent
struct
{
- void (*_function) __PMT ((sigval_t)); /* Function to start. */
+ void (*_function) __P ((sigval_t)); /* Function to start. */
void *_attribute; /* Really pthread_attr_t. */
} _sigev_thread;
} _sigev_un;