From 6aed1b65834e705ff30333494e594d340116a736 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Thu, 26 Oct 2000 07:52:35 +0000 Subject: Remove some minor glibc'isms. --- libc/sysdeps/linux/arm/bits/sigaction.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libc/sysdeps/linux/arm/bits/sigaction.h') diff --git a/libc/sysdeps/linux/arm/bits/sigaction.h b/libc/sysdeps/linux/arm/bits/sigaction.h index e74eac22d..e721183b9 100644 --- a/libc/sysdeps/linux/arm/bits/sigaction.h +++ b/libc/sysdeps/linux/arm/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 @@ -47,7 +47,7 @@ struct sigaction int sa_flags; /* Restore handler. */ - void (*sa_restorer) __PMT ((void)); + void (*sa_restorer) __P ((void)); }; /* Bits in `sa_flags'. */ -- cgit v1.2.3