mirror of
https://github.com/GnoConsortium/gno.git
synced 2024-12-21 23:29:16 +00:00
initial checkin. This is provided for compatibility with old BSD sources
This commit is contained in:
parent
10f5957592
commit
51ae0e883d
16
include/sys/file.h
Normal file
16
include/sys/file.h
Normal file
@ -0,0 +1,16 @@
|
||||
/*
|
||||
* Too bad we don't have symlinks for GNO ...
|
||||
*
|
||||
* $Id: file.h,v 1.1 1997/10/30 02:13:59 gdr Exp $
|
||||
*/
|
||||
|
||||
#ifndef _SYS_FILE_H_
|
||||
#define _SYS_FILE_H_
|
||||
|
||||
/* <sys/file.h> is the old BSD name for <sys/fcntl.h> */
|
||||
|
||||
#ifndef _SYS_FCNTL_H_
|
||||
#include <sys/fcntl.h>
|
||||
#endif
|
||||
|
||||
#endif
|
Loading…
Reference in New Issue
Block a user