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:
@@ -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 */
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user