From bc8b4e954c5e509d4f4148039be5a6e458f5c1a3 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Fri, 2 Nov 2018 14:44:11 +0100 Subject: Remove FREE and CLOSE, and add symlinks for upcoming man pages MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- README | 9 --------- 1 file changed, 9 deletions(-) (limited to 'README') 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, -- cgit v1.2.3-70-g09d2