sortix-mirror/libc/include
Jonas 'Sortie' Termansen 5b6d49b060 Remove useless extern keyword from libc header function prototypes. 2013-12-17 14:30:42 +01:00
..
__ Add big and small endian data types to <endian.h>. 2013-12-17 14:30:35 +01:00
arpa Add socket interface. 2013-12-17 14:30:30 +01:00
netinet Add socket interface. 2013-12-17 14:30:30 +01:00
sys Change kernel internal build macro to __is_sortix_kernel. 2013-12-17 14:30:42 +01:00
alloca.h Add alloca.h. 2013-12-17 14:30:31 +01:00
assert.h Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
byteswap.h Add byteswap.h. 2013-12-17 14:30:27 +01:00
calltrace.h Add calltrace(3) function. 2013-12-17 14:30:27 +01:00
ctype.h Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
dirent.h Add _D_EXACT_NAMLEN and _D_ALLOC_NAMLEN macros to dirent.h. 2013-12-17 14:30:37 +01:00
dlfcn.h Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
endian.h Add big and small endian data types to <endian.h>. 2013-12-17 14:30:35 +01:00
errno.h Make program_invocation_name a macro. 2013-12-17 14:30:27 +01:00
error.h Split gnu_error(3) and perror(3). 2013-12-17 14:30:40 +01:00
fcntl.h Add O_ACCMODE. 2013-12-17 14:30:31 +01:00
features.h Remove __POSIX_OBSOLETE feature macro. 2013-12-17 14:30:42 +01:00
fsmarshall-msg.h Add tcsetpgrp(2) and tcgetpgrp(2). 2013-12-17 14:30:36 +01:00
fsmarshall.h Adopt struct timespec as the kernel time format. 2013-12-17 14:30:30 +01:00
getopt.h Add getopt(3) and getopt_long(3). 2013-12-17 14:30:40 +01:00
grp.h Add grent(3). 2013-12-17 14:30:30 +01:00
inttypes.h Add imaxdiv(3). 2013-12-17 14:30:40 +01:00
libgen.h Add dirname(3) and basename(3). 2013-12-17 14:30:31 +01:00
locale.h Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
malloc.h Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
netdb.h Use alternate restrict keyword when unavailable. 2013-12-17 14:30:32 +01:00
poll.h Add poll(2) and ppoll(2). 2013-12-17 14:30:25 +01:00
pwd.h Add pw_gecos to struct passwd. 2013-12-17 14:30:33 +01:00
setjmp.h Implement setjmp(3) and longjmp(3). 2013-12-17 14:30:31 +01:00
signal.h Add sigandset(3), sigisemptyset(3), signotset(3), and sigorset(3). 2013-12-17 14:30:41 +01:00
stdint.h Provide the full <stdint.h> in all system components. 2013-12-17 14:30:42 +01:00
stdio.h Remove useless extern keyword from libc header function prototypes. 2013-12-17 14:30:42 +01:00
stdio_ext.h Remove useless extern keyword from libc header function prototypes. 2013-12-17 14:30:42 +01:00
stdlib.h Remove __POSIX_OBSOLETE feature macro. 2013-12-17 14:30:42 +01:00
string.h Add strdupa(3) and strndupa(3). 2013-12-17 14:30:40 +01:00
strings.h Merge strings.h into string.h. 2013-12-17 14:30:40 +01:00
termios.h Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
time.h Add mktime(3). 2013-12-17 14:30:34 +01:00
timespec.h Refactor kernel time API and add timespec API. 2013-12-17 14:30:26 +01:00
unistd.h Remove __POSIX_OBSOLETE feature macro. 2013-12-17 14:30:42 +01:00
utime.h Add utimensat(2) and futimens(2). 2013-12-17 14:30:30 +01:00
wchar.h Remove __POSIX_OBSOLETE feature macro. 2013-12-17 14:30:42 +01:00
wctype.h Add wctype(3). 2013-12-17 14:30:26 +01:00