From 082efbbd098aa86239249ae7c040ec3bf7d159a4 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Wed, 29 Aug 2018 17:12:23 +0200 Subject: Add readme MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index 0f8d905..bc9ab17 100644 --- a/README +++ b/README @@ -3,7 +3,7 @@ headers in your code, and defines macros and functions that are useful for most programs and libraries to simplify the code. It also provides *_MIN and *_MAX values for integer data types. -Most functions are namespaced with `libsimple_` and aliased with macro +All functions are namespaced with `libsimple_` and aliased with macro definitions to unnamespaced names unless there already is a macro with that name. @@ -13,7 +13,7 @@ the 0:th command line argument. CLOCK_MONOTONIC_RAW is defined to CLOCK_MONOTONIC unless CLOCK_MONOTONIC_RAW -already exists. +already exists and unless DONT_DEFINE_CLOCK_MONOTONIC_RAW is defined. AF_LOCAL, AF_UNIX, AF_FILE, PF_LOCAL, PF_UNIX, and PF_FILE are defined to appropriate values provided that AF_LOCAL, AF_UNIX, or AF_FILE is already -- cgit v1.2.3-70-g09d2