installed
This commit is contained in:
@@ -124,6 +124,7 @@ INC += tsStamp.h
|
||||
INC += osiMutex.h
|
||||
INC += osiEvent.h
|
||||
INC += osiProcess.h
|
||||
INC += osiUnistd.h
|
||||
|
||||
SRCS += osdSock.c
|
||||
SRCS += osiSock.c
|
||||
|
||||
17
src/libCom/osi/os/WIN32/osiUnistd.h
Normal file
17
src/libCom/osi/os/WIN32/osiUnistd.h
Normal file
@@ -0,0 +1,17 @@
|
||||
/*
|
||||
* $Id$
|
||||
*
|
||||
*
|
||||
* L O S A L A M O S
|
||||
* Los Alamos National Laboratory
|
||||
* Los Alamos, New Mexico 87545
|
||||
*
|
||||
* Copyright, 1986, The Regents of the University of California.
|
||||
*
|
||||
*
|
||||
* Author Jeffrey O. Hill
|
||||
* johill@lanl.gov
|
||||
* 505 665 1831
|
||||
*/
|
||||
|
||||
#include <direct.h>
|
||||
17
src/libCom/osi/os/posix/osiUnistd.h
Normal file
17
src/libCom/osi/os/posix/osiUnistd.h
Normal file
@@ -0,0 +1,17 @@
|
||||
/*
|
||||
* $Id$
|
||||
*
|
||||
*
|
||||
* L O S A L A M O S
|
||||
* Los Alamos National Laboratory
|
||||
* Los Alamos, New Mexico 87545
|
||||
*
|
||||
* Copyright, 1986, The Regents of the University of California.
|
||||
*
|
||||
*
|
||||
* Author Jeffrey O. Hill
|
||||
* johill@lanl.gov
|
||||
* 505 665 1831
|
||||
*/
|
||||
|
||||
#include <unistd.h>
|
||||
Reference in New Issue
Block a user