Update.
authorUlrich Drepper <drepper@redhat.com>
Sun, 28 Jan 2001 22:59:44 +0000 (22:59 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sun, 28 Jan 2001 22:59:44 +0000 (22:59 +0000)
* conform/data/stdlib.h-data: Add _Exit.

ChangeLog
conform/data/stdlib.h-data

index 3020873..a2245b7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2001-01-28  Ulrich Drepper  <drepper@redhat.com>
 
+       * conform/data/stdlib.h-data: Add _Exit.
+
        * inet/arpa/inet.h: Don't include <sys/types.h>.  Define socklen_t
        if not already happened.
        * inet/netinet/in.h: Don't include <sys/types.h>, use <bits/types.h>.
index aee0446..ccfdff6 100644 (file)
@@ -28,6 +28,7 @@ macro WIFSTOPPED
 macro WSTOPSIG
 macro WTERMSIG
 
+function void _Exit (int)
 function long a64l (const char*)
 function void abort (void)
 function int abs (int)