diff options
Diffstat (limited to 'libc/sysdeps/linux/arm/bits/siginfo.h')
-rw-r--r-- | libc/sysdeps/linux/arm/bits/siginfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/arm/bits/siginfo.h b/libc/sysdeps/linux/arm/bits/siginfo.h index 66e626199..0ed54f267 100644 --- a/libc/sysdeps/linux/arm/bits/siginfo.h +++ b/libc/sysdeps/linux/arm/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; |