stdio.h should not define BMASK

This commit is contained in:
ceriel 1987-08-12 09:24:57 +00:00
parent 123bcfc5e2
commit 33d6860d36

View file

@ -7,7 +7,6 @@
#define _NFILES 20
#define NULL 0
#define EOF (-1)
#define CMASK 0377
#define IO_READMODE 1
#define IO_WRITEMODE 2