Rich Felker suggested removing dprintf() from watch, and one thing led to
authorRob Landley <rob@landley.net>
Thu, 25 May 2006 23:02:40 +0000 (23:02 -0000)
committerRob Landley <rob@landley.net>
Thu, 25 May 2006 23:02:40 +0000 (23:02 -0000)
commit399d2b5c24aaa059104a89058c7d4c8b97f41629
tree1c6aed143c5dd2ff927190caf83b683c013028cb
parent69d863b6c609ac0523c546e408cc5d2063073425
Rich Felker suggested removing dprintf() from watch, and one thing led to
another... This adds bb_xspawn() support, which does vfork/exec.  (I don't
know why using a static instead of a local adds ~40 bytes, but using
the local doesn't work...)
coreutils/watch.c
include/libbb.h
libbb/xfuncs.c