* mount.cc: add stdlib.h for exit

* umount.cc: ditto
* strace.cc: add #define for alloca
This commit is contained in:
DJ Delorie
2000-06-05 18:43:54 +00:00
parent d51d968a80
commit b6e259b12f
4 changed files with 11 additions and 0 deletions

View File

@@ -14,6 +14,9 @@
is built using -mno-cygwin as is intended. */
int _impure_ptr;
/* we *know* we're being built with GCC */
#define alloca __builtin_alloca
static const char *pgm;
static int forkdebug = 0;
static int numerror = 1;