From 31a8f5cb0e06061181d4a6ed8b154abec561f981 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Mon, 30 Oct 2000 06:41:35 +0000 Subject: Fixup some PMTs --- libc/sysdeps/linux/i386/bits/sigaction.h | 2 +- libc/sysdeps/linux/i386/bits/siginfo.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'libc/sysdeps/linux') 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 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; -- cgit v1.2.3