Skip to content

Commit

Permalink
Update.
Browse files Browse the repository at this point in the history
1999-07-15  Ulrich Drepper  <drepper@cygnus.com>

	* posix/unistd.h: Use __PMT for exit.
  • Loading branch information
Ulrich Drepper committed Jul 15, 1999
1 parent 2946d3e commit 446d213
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
1999-07-15 Ulrich Drepper <drepper@cygnus.com>

* posix/unistd.h: Use __PMT for exit.

1999-07-15 Philip Blundell <pb@nexus.co.uk>

* sysdeps/unix/sysv/linux/arm/Versions (_inb, _inw, _inl, _outb,
Expand Down
4 changes: 2 additions & 2 deletions posix/unistd.h
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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';
Expand Down

0 comments on commit 446d213

Please sign in to comment.