]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Use __PMT for exit.
authorUlrich Drepper <drepper@redhat.com>
Thu, 15 Jul 1999 18:13:57 +0000 (18:13 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 15 Jul 1999 18:13:57 +0000 (18:13 +0000)
posix/unistd.h

index 9e8cf6ba02ed63443b8a86f2a7b652cf8fbd1c6f..31ef90e2153367552b124938cda8647ed8a60439 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991,92,93,94,95,96,97,98 Free Software Foundation, Inc.
+/* Copyright (C) 1991,92,93,94,95,96,97,98,99 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
@@ -488,7 +488,7 @@ extern int nice __P ((int __inc));
 
 
 /* Terminate program execution with the low-order 8 bits of STATUS.  */
-extern void _exit __P ((int __status)) __attribute__ ((__noreturn__));
+extern void _exit __PMT ((int __status)) __attribute__ ((__noreturn__));
 
 
 /* Get the `_PC_*' symbols for the NAME argument to `pathconf' and `fpathconf';