aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2018-11-02 14:44:11 +0100
committerMattias Andrée <maandree@kth.se>2018-11-02 14:44:11 +0100
commitbc8b4e954c5e509d4f4148039be5a6e458f5c1a3 (patch)
treeb86e6b11b3f938298824748f670d696733b2b66c /README
parentDocumentation (diff)
downloadlibsimple-bc8b4e954c5e509d4f4148039be5a6e458f5c1a3.tar.gz
libsimple-bc8b4e954c5e509d4f4148039be5a6e458f5c1a3.tar.bz2
libsimple-bc8b4e954c5e509d4f4148039be5a6e458f5c1a3.tar.xz
Remove FREE and CLOSE, and add symlinks for upcoming man pages
Signed-off-by: Mattias Andrée <maandree@kth.se>
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,