comparison src/s/bsd386.h @ 11724:32167f40a60a

(GETPGRP_NO_ARG): New definition.
author Richard M. Stallman <rms@gnu.org>
date Sat, 06 May 1995 21:42:22 +0000
parents 5aa06240226f
children 18d3fd9e72f0
comparison
equal deleted inserted replaced
11723:a812bce4aef0 11724:32167f40a60a
47 #define WRETCODE(w) WEXITSTATUS(w) 47 #define WRETCODE(w) WEXITSTATUS(w)
48 #ifndef WCOREDUMP 48 #ifndef WCOREDUMP
49 #define WCOREDUMP(w) ((w) & 0200) 49 #define WCOREDUMP(w) ((w) & 0200)
50 #endif 50 #endif
51 51
52 #define GETPGRP_NO_ARG 1