gno/include/fcntl.h

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