From: Ulrich Drepper Date: Thu, 22 Oct 1998 14:41:10 +0000 (+0000) Subject: Use __PMT instead of __P for sa_restorer. X-Git-Tag: glibc-2.16-ports-before-merge~3054 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=96b2e43371301cfda1cca81153a78dd768c7f058;p=thirdparty%2Fglibc.git Use __PMT instead of __P for sa_restorer. --- diff --git a/sysdeps/unix/sysv/linux/mips/bits/sigaction.h b/sysdeps/unix/sysv/linux/mips/bits/sigaction.h index 7f72406e013..435f8e00f67 100644 --- a/sysdeps/unix/sysv/linux/mips/bits/sigaction.h +++ b/sysdeps/unix/sysv/linux/mips/bits/sigaction.h @@ -1,5 +1,5 @@ /* The proper definitions for Linux/MIPS's sigaction. - Copyright (C) 1993, 1994, 1995, 1997 Free Software Foundation, Inc. + Copyright (C) 1993, 1994, 1995, 1997, 1998 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -35,7 +35,7 @@ struct sigaction /* The ABI says here are two unused ints following. */ /* Restore handler. */ - void (*sa_restorer) __P ((void)); + void (*sa_restorer) __PMT ((void)); #if _MIPS_ISA == _MIPS_ISA_MIPS1 || _MIPS_ISA == _MIPS_ISA_MIPS2 int sa_resv[1];