summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
-rw-r--r--conform/data/stdlib.h-data1
2 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3020873392..a2245b723d 100644
--- 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>.
diff --git a/conform/data/stdlib.h-data b/conform/data/stdlib.h-data
index aee04465e9..ccfdff637b 100644
--- a/conform/data/stdlib.h-data
+++ b/conform/data/stdlib.h-data
@@ -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)