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 (21 years, 10 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

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