Restructured fcntl.h. Moved most stuff into the new unistd.h and sys/types.h

header files.


git-svn-id: svn://svn.cc65.org/cc65/trunk@2213 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz
2003-06-12 09:30:16 +00:00
parent 86881f6b38
commit 40087ae472
4 changed files with 154 additions and 19 deletions

View File

@@ -128,7 +128,6 @@ void __fastcall__ _poserror (const char* msg); /* cc65 */
/* Non-standard function like macros */
#ifndef __STRICT_ANSI__
#define flushall() /* Unix */
#define unlink(name) remove (name) /* Unix */
#endif
@@ -138,4 +137,3 @@ void __fastcall__ _poserror (const char* msg); /* cc65 */