gno/include/fcntl.h

16 lines
207 B
C
Raw Normal View History

1997-02-28 04:42:19 +00:00
/*
* 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