EPICS Base  7.0.8.1
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
osiUnistd.h
1 /*************************************************************************\
2 * Copyright (c) 2002 The University of Chicago, as Operator of Argonne
3 * National Laboratory.
4 * Copyright (c) 2002 The Regents of the University of California, as
5 * Operator of Los Alamos National Laboratory.
6 * SPDX-License-Identifier: EPICS
7 * EPICS Base is distributed subject to a Software License Agreement found
8 * in file LICENSE that is included with this distribution.
9 \*************************************************************************/
10 /*
11  * Author Jeffrey O. Hill
13  * 505 665 1831
14  */
15 
16 #include <unistd.h>
17 
18 /*
19  * Some systems fail to provide prototypes of these functions.
20  * Others provide different prototypes.
21  * There seems to be no way to handle this automatically, so
22  * if you get compile errors, just make the appropriate changes here.
23  */