From 6217d3f6e796cce479eaccc0b9a906dfa711d811 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 337a346f..d215b397 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