mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-25 22:40:05 +00:00
a53d3f8295
2008-01-16 Ulrich Drepper <drepper@redhat.com> [BZ #5607] * conform/data/fcntl.h-data: Fix posix_fadvise and posix_fallocate prototypes. * conform/data/limits.h-data: Adjust limits changed in v6 and add additional suffixes. * conform/data/mqueue.h-data: Fix typo in mq_curmsgs entry. Add optional functions mq_timedreceive and mq_timedsend. * conform/data/netdb.h-data: Add more AI_* and EAI_* constants. * conform/data/pthread.h-data: Fix prototype of pthread_condattr_setclock. pthread_sigmask is not required in v6. * conform/data/semaphore.h-data: Allow time.h definitions. * conform/data/signal.h-data: Likewise. * conform/data/stdio.h-data: getw and putw are not required in v6. * conform/data/stdlib.h-data: Change setstate prototype. * conform/data/string.h-data: Fix strerror_r prototype. * conform/data/time.h-data: Fix typo in TIMER_ABSTIME definition. * conform/data/unistd.h-data: pthread_atfork not required in v6. Fix readlink prototype. * conform/data/netinet/in.h-data: Add const to in6addr_any and in6addr_loopback. * inet/netinet/in.h: Cleanup namespace. * posix/regex.h: Likewise. * resolv/netdb.h: Likewise. * sysdeps/unix/sysv/linux/bits/in.h: Likewise. * sysdeps/unix/sysv/linux/bits/socket.h: Likewise. * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Likewise.
113 lines
3.3 KiB
Plaintext
113 lines
3.3 KiB
Plaintext
macro EXIT_FAILURE
|
|
constant EXIT_SUCCESS 0
|
|
macro NULL
|
|
constant RAND_MAX >= 32767
|
|
macro MB_CUR_MAX
|
|
|
|
type div_t
|
|
element div_t int quot
|
|
element div_t int rem
|
|
type ldiv_t
|
|
element ldiv_t long quot
|
|
element ldiv_t long rem
|
|
#ifdef XOPEN2K
|
|
type lldiv_t
|
|
element lldiv_t {long long} quot
|
|
element lldiv_t {long long} rem
|
|
#endif
|
|
type size_t
|
|
type wchar_t
|
|
|
|
constant WNOHANG
|
|
constant WUNTRACED
|
|
|
|
macro WEXITSTATUS
|
|
macro WIFEXITED
|
|
macro WIFSIGNALED
|
|
macro WIFSTOPPED
|
|
macro WSTOPSIG
|
|
macro WTERMSIG
|
|
|
|
function void _Exit (int)
|
|
function long a64l (const char*)
|
|
function void abort (void)
|
|
function int abs (int)
|
|
function int atexit (void(*)(void))
|
|
function double atof (const char*)
|
|
function int atoi (const char*)
|
|
function {long int} atol (const char*)
|
|
#ifdef XOPEN2K
|
|
function {long long} atoll (const char*)
|
|
#endif
|
|
function {void*} bsearch (const void*, const void*, size_t, size_t, int(*)(const void*, const void*))
|
|
function {void*} calloc (size_t, size_t)
|
|
function div_t div (int, int)
|
|
function double drand48 (void)
|
|
function {char*} ecvt (double, int, int*, int*)
|
|
function double erand48 (unsigned short int[3])
|
|
function void exit (int)
|
|
function {char*} fcvt (double, int, int*, int*)
|
|
function void free (void*)
|
|
function {char*} gcvt (double, int, char*)
|
|
function {char*} getenv (const char*)
|
|
function int getsubopt (char**, char *const*, char**)
|
|
function int grantpt (int)
|
|
function {char*} initstate (unsigned int, char*, size_t)
|
|
function {long int} jrand48 (unsigned short int[3])
|
|
function {char*} l64a (long)
|
|
function {long int} labs (long int)
|
|
function void lcong48 (unsigned short int[7])
|
|
function ldiv_t ldiv (long int, long int)
|
|
#ifdef XOPEN2K
|
|
function {long long} llabs (long long)
|
|
function lldiv_t lldiv (long long, long long)
|
|
#endif
|
|
function {long int} lrand48 (void)
|
|
function {void*} malloc (size_t)
|
|
function int mblen (const char*, size_t)
|
|
function size_t mbstowcs (wchar_t*, const char*, size_t)
|
|
function int mbtowc (wchar_t*, const char*, size_t)
|
|
function {char*} mktemp (char*)
|
|
function int mkstemp (char*)
|
|
function {long int} mrand48 (void)
|
|
function {long int} nrand48 (unsigned short int[3])
|
|
function int posix_memalign (void**, size_t, size_t)
|
|
#ifdef XOPEN2K
|
|
function int posix_openpt (int)
|
|
#endif
|
|
function {char*} ptsname (int)
|
|
function int putenv (char*)
|
|
function void qsort (void*, size_t, size_t, int(*)(const void*, const void*))
|
|
function int rand (void)
|
|
function int rand_r (unsigned int*)
|
|
function long random (void)
|
|
function {void*} realloc (void*, size_t)
|
|
function {char*} realpath (const char*, char*)
|
|
function {unsigned short int*} seed48 (unsigned short int[3])
|
|
function int setenv (const char*, const char*, int)
|
|
function void setkey (const char*)
|
|
function {char*} setstate (char*)
|
|
function void srand (unsigned int)
|
|
function void srand48 (long int)
|
|
function void srandom (unsigned)
|
|
function double strtod (const char*, char**)
|
|
function {long int} strtol (const char*, char**, int)
|
|
function {unsigned long int} strtoul (const char*, char**, int)
|
|
function int system (const char*)
|
|
#ifndef XOPEN2K
|
|
function int ttyslot (void)
|
|
#endif
|
|
function int unlockpt (int)
|
|
function int unsetenv (const char*)
|
|
function {void*} valloc (size_t)
|
|
function size_t wcstombs (char*, const wchar_t*, size_t)
|
|
function int wctomb (char*, wchar_t)
|
|
|
|
allow-header stddef.h
|
|
allow-header limits.h
|
|
allow-header math.h
|
|
allow-header sys/wait.h
|
|
|
|
allow str*
|
|
allow *_t
|