a
This commit is contained in:
26
include/u.h
Normal file
26
include/u.h
Normal file
@ -0,0 +1,26 @@
|
||||
#include "dtos.h"
|
||||
|
||||
/* avoid name conflicts */
|
||||
#undef accept
|
||||
#undef listen
|
||||
|
||||
/* sys calls */
|
||||
#undef bind
|
||||
#undef chdir
|
||||
#undef close
|
||||
#undef create
|
||||
#undef dup
|
||||
#undef export
|
||||
#undef fstat
|
||||
#undef fwstat
|
||||
#undef mount
|
||||
#undef open
|
||||
#undef start
|
||||
#undef read
|
||||
#undef remove
|
||||
#undef seek
|
||||
#undef stat
|
||||
#undef write
|
||||
#undef wstat
|
||||
#undef unmount
|
||||
#undef pipe
|
Reference in New Issue
Block a user