use restrict everywhere it's required by c99 and/or posix 2008
[musl] / include / unistd.h
2012-09-07 Rich Felkeruse restrict everywhere it's required by c99 and/or...
2012-08-15 Rich Felkerimprove headers to better deal with removed-in-posix...
2012-07-23 Rich Felkeradd pipe2 syscall
2012-06-04 Rich Felker_GNU_SOURCE is supposed to imply _LARGEFILE64_SOURCE
2012-06-02 Rich Felkerdeclare environ in unistd.h when _GNU_SOURCE feature...
2012-05-23 Rich Felkerremove everything related to forkall
2012-05-23 Rich Felkersome feature test fixes for unistd.h
2012-05-23 Rich Felker_GNU_SOURCE implies all BSD features except ones GNU...
2012-05-23 Rich Felkervarious header cleanups, some related to _BSD_SOURCE...
2012-05-23 Rich Felkersupport _BSD_SOURCE feature test macro
2012-05-21 Rich Felkermove getpass decl to the right place
2012-05-04 Rich Felkeradd support for ugly *64 functions with _LARGEFILE64_SOURCE
2012-04-22 Rich Felkerimplement getusershell, etc. legacy functions
2012-04-22 Rich Felkergetdtablesize is not standard; move it to its correct...
2012-04-22 Rich Felkeradd getresuid and getresgid syscall wrappers
2012-04-18 Rich Felkerlegacy junk compatibility grab-bag
2012-02-18 Rich Felkeradd get_current_dir_name function
2011-09-14 Rich Felkerfix various errors in function signatures/prototypes...
2011-08-12 Rich Felkerimplement forkall
2011-04-27 Rich Felkercorrect variadic prototypes for execl* family
2011-04-13 Rich Felkerfix prototypes/signature for setgroups, etc.
2011-04-03 Rich Felkerprototype getdtablesize (nonstandard function)
2011-04-03 Rich Felkeradd setresuid/setresgid functions (nonstandard)
2011-04-02 Rich Felkerremove obsolete and useless useconds_t type
2011-02-27 Rich Felkerimplement fexecve
2011-02-19 Rich Felkerprototypes for brk and sbrk
2011-02-15 Rich Felkerfeature test support in unistd.h
2011-02-12 Rich Felkerinitial check-in, version 0.5.0