1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-07 06:43:00 +03:00
* conform/data/stdlib.h-data: Add _Exit.
This commit is contained in:
Ulrich Drepper
2001-01-28 22:59:44 +00:00
parent 3584d5fb31
commit dfae0b7df7
2 changed files with 3 additions and 0 deletions

View 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)