From 6f1c691ba1d6a6efedcc8144b50272812ce35a4d Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Mon, 19 Mar 2001 21:37:09 +0000 Subject: Sync with glibc i386 bits. --- libc/sysdeps/linux/i386/bits/sigaction.h | 4 ++-- libc/sysdeps/linux/i386/bits/siginfo.h | 2 +- libc/sysdeps/linux/i386/bits/time.h | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'libc/sysdeps') diff --git a/libc/sysdeps/linux/i386/bits/sigaction.h b/libc/sysdeps/linux/i386/bits/sigaction.h index e721183b9..e74eac22d 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) __P ((int, siginfo_t *, void *)); + void (*sa_sigaction) __PMT ((int, siginfo_t *, void *)); } __sigaction_handler; # define sa_handler __sigaction_handler.sa_handler @@ -47,7 +47,7 @@ struct sigaction int sa_flags; /* Restore handler. */ - void (*sa_restorer) __P ((void)); + void (*sa_restorer) __PMT ((void)); }; /* Bits in `sa_flags'. */ diff --git a/libc/sysdeps/linux/i386/bits/siginfo.h b/libc/sysdeps/linux/i386/bits/siginfo.h index 0ed54f267..66e626199 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) __P ((sigval_t)); /* Function to start. */ + void (*_function) __PMT ((sigval_t)); /* Function to start. */ void *_attribute; /* Really pthread_attr_t. */ } _sigev_thread; } _sigev_un; diff --git a/libc/sysdeps/linux/i386/bits/time.h b/libc/sysdeps/linux/i386/bits/time.h index cc9df6ea8..274d61677 100644 --- a/libc/sysdeps/linux/i386/bits/time.h +++ b/libc/sysdeps/linux/i386/bits/time.h @@ -39,7 +39,7 @@ # define CLK_TCK 100 # endif -# endif /* machine/time.h */ +# endif /* bits/time.h */ #endif #ifdef __need_timeval -- cgit v1.2.3