mirror of
https://github.com/GnoConsortium/gno.git
synced 2024-11-14 09:05:15 +00:00
16 lines
207 B
C
16 lines
207 B
C
|
/*
|
||
|
* Too bad we don't have symlinks for GNO ...
|
||
|
*
|
||
|
* $Id: fcntl.h,v 1.1 1997/02/28 04:42:01 gdr Exp $
|
||
|
*/
|
||
|
|
||
|
#ifndef _FCNTL_H_
|
||
|
#define _FCNTL_H_
|
||
|
|
||
|
#ifndef _SYS_FCNTL_H_
|
||
|
#include <sys/fcntl.h>
|
||
|
#endif
|
||
|
|
||
|
#endif
|
||
|
|