musl/include
Rich Felker e9417fffb3 add pthread_atfork interface
note that this presently does not handle consistency of the libc's own
global state during forking. as per POSIX 2008, if the parent process
was threaded, the child process may only call async-signal-safe
functions until one of the exec-family functions is called, so the
current behavior is believed to be conformant even if non-ideal. it
may be improved at some later time.
2011-02-18 19:52:42 -05:00
..
arpa initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
linux initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
net initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
netinet initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
sys add portable lchown (trivial to support and a few ancient things want it..) 2011-02-17 23:13:46 -05:00
alloca.h initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
assert.h initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
byteswap.h initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
cpio.h initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
ctype.h extensive header cleanup for standards conformance & correctness 2011-02-14 18:41:25 -05:00
dirent.h initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
dlfcn.h initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
elf.h initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
endian.h initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
errno.h initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
fcntl.h initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
features.h initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
fenv.h initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
float.h initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
fnmatch.h initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
ftw.h initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
getopt.h initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
glob.h initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
grp.h initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
iconv.h initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
inttypes.h initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
iso646.h add previously-missing ios646.h 2011-02-14 21:59:38 -05:00
langinfo.h extensive header cleanup for standards conformance & correctness 2011-02-14 18:41:25 -05:00
libgen.h initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
libintl.h initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
limits.h extensive header cleanup for standards conformance & correctness 2011-02-14 18:41:25 -05:00
locale.h more header cleanup and conformance fixes - locale.h, time.h 2011-02-14 20:45:37 -05:00
malloc.h initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
math.h extensive header cleanup for standards conformance & correctness 2011-02-14 18:41:25 -05:00
mntent.h initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
netdb.h initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
nl_types.h initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
paths.h initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
poll.h initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
pthread.h add pthread_atfork interface 2011-02-18 19:52:42 -05:00
pty.h initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
pwd.h initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
regex.h initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
resolv.h initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
sched.h initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
search.h initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
semaphore.h initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
setjmp.h major bugfix for sigset_t (it was mistakenly 1024 bytes instead of bits) 2011-02-14 18:45:58 -05:00
shadow.h initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
signal.h some gnu software wrongly uses "struct siginfo" instead of siginfo_t... 2011-02-16 22:37:26 -05:00
stdarg.h split off arch-specific stdarg.h stuff 2011-02-15 05:06:15 -05:00
stdbool.h initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
stddef.h initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
stdint.h initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
stdio.h move stdio stuff that's not arch-specific out of bits 2011-02-15 19:47:22 -05:00
stdlib.h fix the types of some integer constant limits in headers 2011-02-15 19:15:45 -05:00
string.h prototype for gnu strcasestr (currently a stub) 2011-02-15 16:08:19 -05:00
strings.h extensive header cleanup for standards conformance & correctness 2011-02-14 18:41:25 -05:00
stropts.h initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
syslog.h initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
tar.h initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
termios.h initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
time.h fix another error from header cleanup, missing size_t in time.h 2011-02-15 15:25:31 -05:00
ucontext.h ucontext is no longer in the standard, so use gnu-friendly struct name 2011-02-16 23:36:26 -05:00
ulimit.h initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
unistd.h feature test support in unistd.h 2011-02-15 16:28:36 -05:00
utime.h initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
utmp.h initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
utmpx.h initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
wchar.h more header fixes, minor warning fix 2011-02-14 19:33:11 -05:00
wctype.h more header fixes, minor warning fix 2011-02-14 19:33:11 -05:00
wordexp.h initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00