diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-01-28 22:59:44 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-01-28 22:59:44 +0000 |
commit | dfae0b7df730faa14d457a140682b9be7af9a68d (patch) | |
tree | 9892d8c24b017431942406e6029ea8dfa31f13c7 /conform/data | |
parent | 3584d5fb31de58aef717b4eb8b71be4093e10430 (diff) | |
download | glibc-dfae0b7df730faa14d457a140682b9be7af9a68d.tar.gz glibc-dfae0b7df730faa14d457a140682b9be7af9a68d.tar.xz glibc-dfae0b7df730faa14d457a140682b9be7af9a68d.zip |
Update.
* conform/data/stdlib.h-data: Add _Exit.
Diffstat (limited to 'conform/data')
-rw-r--r-- | conform/data/stdlib.h-data | 1 |
1 files changed, 1 insertions, 0 deletions
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) |