From 33d6860d3670e3aff92b2fc4a2e69754ff1033f8 Mon Sep 17 00:00:00 2001 From: ceriel Date: Wed, 12 Aug 1987 09:24:57 +0000 Subject: [PATCH] stdio.h should not define BMASK --- include/_tail_cc/stdio.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/_tail_cc/stdio.h b/include/_tail_cc/stdio.h index 337a346f5..d215b3970 100644 --- a/include/_tail_cc/stdio.h +++ b/include/_tail_cc/stdio.h @@ -7,7 +7,6 @@ #define _NFILES 20 #define NULL 0 #define EOF (-1) -#define CMASK 0377 #define IO_READMODE 1 #define IO_WRITEMODE 2 -- 2.34.1