diff options
author | Guillem Jover <guillem@hadrons.org> | 2006-02-14 06:45:41 +0000 |
---|---|---|
committer | Guillem Jover <guillem@hadrons.org> | 2008-05-06 08:50:52 +0300 |
commit | c9e733b215be209ea028453e10dace2d91a79887 (patch) | |
tree | 6268104c1c210a587e60cb2785bd4cfbd8b34a69 /include/bsd | |
parent | 815047342080dc3e8eff1daac0a4694d06e1ae03 (diff) | |
download | libbsd-c9e733b215be209ea028453e10dace2d91a79887.tar.gz |
Remove commented out macros
Diffstat (limited to 'include/bsd')
-rw-r--r-- | include/bsd/bsd.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/include/bsd/bsd.h b/include/bsd/bsd.h index 57690a1..6218e4c 100644 --- a/include/bsd/bsd.h +++ b/include/bsd/bsd.h @@ -82,18 +82,4 @@ __bswap64(__uint64_t _x) ((_x << 40) & ((__uint64_t)0xff << 48)) | ((_x << 56))); } -/* - * Directly from FreeBSD stdio.h - */ - -//#define __SMOD 0x2000 /* true => fgetln modified _p text */ -//#define __SLBF 0x0001 /* line buffered */ -//#define __SWR 0x0008 /* OK to write */ -//#define __SEOF 0x0020 /* found EOF */ -//#define __SRD 0x0004 /* OK to read */ -//#define __SRW 0x0010 /* open for reading & writing */ -//#define __SERR 0x0040 /* found error */ -//#define __SNBF 0x0002 /* unbuffered */ -//#define __SIGN 0x8000 /* ignore this file in _fwalk */ - #endif |