comparison usr/src/cmd/csh/wait3.c @ 4:1a15d5aaf794

synchronized with onnv_86 (6202) in onnv-gate
author Koji Uno <koji.uno@sun.com>
date Mon, 31 Aug 2009 14:38:03 +0900
parents c9caec207d52
children
comparison
equal deleted inserted replaced
3:f211edc0065f 4:1a15d5aaf794
10 * Copyright (c) 1980 Regents of the University of California. 10 * Copyright (c) 1980 Regents of the University of California.
11 * All rights reserved. The Berkeley Software License Agreement 11 * All rights reserved. The Berkeley Software License Agreement
12 * specifies the terms and conditions for redistribution. 12 * specifies the terms and conditions for redistribution.
13 */ 13 */
14 14
15 #pragma ident "@(#)wait3.c 1.8 06/06/12 SMI" 15 #pragma ident "%Z%%M% %I% %E% SMI"
16 16
17 /* 17 /*
18 * Compatibility lib for BSD's wait3(). It is not 18 * Compatibility lib for BSD's wait3(). It is not
19 * binary compatible, since BSD's WNOHANG and WUNTRACED 19 * binary compatible, since BSD's WNOHANG and WUNTRACED
20 * carry different #define values. 20 * carry different #define values.