ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/common/vfork.h
Revision: 2.5
Committed: Fri Jun 27 06:53:22 2003 UTC (20 years, 11 months ago) by greg
Content type: text/plain
Branch: MAIN
Changes since 2.4: +1 -4 lines
Log Message:
Broke standard.h into rtio.h, rterror.h, rtmath.h, and rtmisc.h

File Contents

# Content
1 /* RCSid $Id: vfork.h,v 2.4 2003/02/25 02:47:22 greg Exp $ */
2 /*
3 * Header for routines using vfork() system call.
4 */
5
6 #if !defined(BSD) || defined(sparc)
7
8 #define vfork fork
9
10 #endif
11
12 extern int vfork();