From: Ulrich Drepper Date: Thu, 15 Jul 1999 18:13:57 +0000 (+0000) Subject: Use __PMT for exit. X-Git-Tag: cvs/glibc_2-1-2~267 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8d11d8174f6c5560003803bbba451bc8e4239562;p=thirdparty%2Fglibc.git Use __PMT for exit. --- diff --git a/posix/unistd.h b/posix/unistd.h index 9e8cf6ba02e..31ef90e2153 100644 --- a/posix/unistd.h +++ b/posix/unistd.h @@ -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';