hush/include
Stephen Heumann 9bc48e5ebf Add synchronization to prevent the parent from running concurrently with the child until the child execs or terminates.
Our approach is to have the parent wait for SIGUSR2, and send that from the child just before it calls exec* or _exit.
2014-11-06 23:29:42 -06:00
..
appltmetadata.h
autoconf.h Fixes to get libbb/getopt32.c to compile. 2014-11-03 12:58:57 -06:00
busybox.h Set things up so hush can be build with debug code turned on. 2014-11-06 11:42:17 -06:00
libbb.h Add synchronization to prevent the parent from running concurrently with the child until the child execs or terminates. 2014-11-06 23:29:42 -06:00
NUM.APPLETS.h
platform.h Make the "smallint" type "int" instead of "signed char." This works around an apparent compiler bug where a conditional isn't evaluated correctly. 2014-11-06 13:36:41 -06:00
poll.h
unicode.h
xatonum.h Address some link errors with various small changes. 2014-11-03 23:29:34 -06:00