stdio.h should not define BMASK
This commit is contained in:
parent
123bcfc5e2
commit
33d6860d36
1 changed files with 0 additions and 1 deletions
|
@ -7,7 +7,6 @@
|
||||||
#define _NFILES 20
|
#define _NFILES 20
|
||||||
#define NULL 0
|
#define NULL 0
|
||||||
#define EOF (-1)
|
#define EOF (-1)
|
||||||
#define CMASK 0377
|
|
||||||
|
|
||||||
#define IO_READMODE 1
|
#define IO_READMODE 1
|
||||||
#define IO_WRITEMODE 2
|
#define IO_WRITEMODE 2
|
||||||
|
|
Loading…
Reference in a new issue