search for: wcoreflag

Displaying 3 results from an estimated 3 matches for "wcoreflag".

Did you mean: coreflac
2000 Sep 28
1
[PATCH] Next cleanup part 4 or 5 by now.=)
...E */ #define O_NONBLOCK 00004 /* non-blocking open */ @@ -31,19 +44,14 @@ #define WIFSIGNALED(w) (!WIFEXITED(w) && !WIFSTOPPED(w)) #define WEXITSTATUS(w) (int)(WIFEXITED(w) ? (((w) >> 8) & 0377) : -1) #define WTERMSIG(w) (int)(WIFSIGNALED(w) ? ((w) & 0177) : -1) -#define WCOREFLAG 0x80 -#define WCOREDUMP(w) ((w) & WCOREFLAG) - -/* POSIX "wrapper" functions to replace to BSD functions */ -int posix_utime(char *filename, struct utimbuf *buf); /* new utime() */ -#define utime posix_utime -pid_t posix_wait(int *status); /* new wait() */ -#define wait posix_wa...
2001 Jan 23
0
Build Problem
...aitpid.h:38: warning: `WEXITSTATUS' redefined /usr/include/sys/wait.h:83: warning: this is the location of the previous definition bsd-waitpid.h:39: warning: `WTERMSIG' redefined /usr/include/sys/wait.h:84: warning: this is the location of the previous definition bsd-waitpid.h:40: warning: `WCOREFLAG' redefined /usr/include/sys/wait.h:91: warning: this is the location of the previous definition bsd-waitpid.h:41: warning: `WCOREDUMP' redefined /usr/include/sys/wait.h:92: warning: this is the location of the previous definition In file included from openbsd-compat.h:33, f...
2001 Feb 08
5
Daily snapshots...
...:38: warning: `WEXITSTATUS' redefined ] /usr/include/sys/wait.h:83: warning: this is the location of the previous definition ] bsd-waitpid.h:39: warning: `WTERMSIG' redefined ] /usr/include/sys/wait.h:84: warning: this is the location of the previous definition ] bsd-waitpid.h:40: warning: `WCOREFLAG' redefined ] /usr/include/sys/wait.h:91: warning: this is the location of the previous definition ] bsd-waitpid.h:41: warning: `WCOREDUMP' redefined ] /usr/include/sys/wait.h:92: warning: this is the location of the previous definition ] In file included from openbsd-compat.h:35, ]...