home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1999 March B
/
SCO_CASTOR4RRT.iso
/
uccs
/
root.14
/
udk
/
usr
/
include
/
poll.h
< prev
next >
Wrap
C/C++ Source or Header
|
1998-08-19
|
687b
|
20 lines
/*
* Copyright (c) 1998 The Santa Cruz Operation, Inc.. All Rights Reserved.
*
* THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF THE
* SANTA CRUZ OPERATION INC.
*
* The copyright notice above does not evidence any actual or intended
* publication of such source code.
*/
#ifndef _POLL_H
#define _POLL_H
#ident "@(#)sgs-head:common/head/poll.h 1.3"
#ifndef _SYS_POLL_H
#include <sys/poll.h>
#endif
#endif /*_POLL_H*/