1 #include "dtos.h"
2 
3 /* avoid name conflicts */
4 #undef accept
5 #undef listen
6 
7 /* sys calls */
8 #undef bind
9 #undef chdir
10 #undef close
11 #undef create
12 #undef dup
13 #undef export
14 #undef fstat
15 #undef fwstat
16 #undef mount
17 #undef open
18 #undef start
19 #undef read
20 #undef remove
21 #undef seek
22 #undef stat
23 #undef write
24 #undef wstat
25 #undef unmount
26 #undef pipe
27