aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README9
1 files changed, 0 insertions, 9 deletions
diff --git a/README b/README
index 9044b87..beea40a 100644
--- a/README
+++ b/README
@@ -50,15 +50,6 @@ The following macros are defined, unless already defined:
TYPE_MIN(TYPE)
Get the least value storable in an integer type.
- FREE(PTR)
- (free(PTR), (PTR) = NULL, 0)
- Ensures that a pointer is not freed twice.
-
- CLOSE(FD)
- ((FD) >= 0 ? (close(FD), (FD) = -1, 0) : 0)
- Ensures that errno is not modified when closing an
- already closed file descriptor.
-
Maximum values:
BLKCNT64_MAX, BLKCNT_MAX, BLKSIZE_MAX, CC_MAX, CLOCKID_MAX,
CLOCK_MAX, DEV_MAX, FSBLKCNT64_MAX, FSBLKCNT_MAX,