From: bdemsky Date: Tue, 7 Nov 2006 02:28:15 +0000 (+0000) Subject: don't need separate flag after all X-Git-Tag: preEdgeChange~755 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=7c1a80cc9f36ccd17e756a302615caf2da7931da;p=IRC.git don't need separate flag after all --- diff --git a/Robust/src/Runtime/runtime.c b/Robust/src/Runtime/runtime.c index a977b693..f227e463 100644 --- a/Robust/src/Runtime/runtime.c +++ b/Robust/src/Runtime/runtime.c @@ -235,11 +235,7 @@ void flagorand(void * ptr, int ormask, int andmask) { /* Handler for signals. The signals catch null pointer errors and arithmatic errors. */ -#ifdef LINUX void myhandler(int sig, siginfo_t *info, void *uap) { -#else -void myhandler(int sig, struct __siginfo *info, void *uap) { -#endif #ifdef DEBUG printf("sig=%d\n",sig); printf("signal\n");