aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2018-08-29 17:12:23 +0200
committerMattias Andrée <maandree@kth.se>2018-08-29 17:12:23 +0200
commit082efbbd098aa86239249ae7c040ec3bf7d159a4 (patch)
tree5561628fc9023d9f110436733c8e450c542e8c12 /README
parentRemove sendfd, recvfd, recvfrom_timestamped, and recv_timestamped for now (diff)
downloadlibsimple-082efbbd098aa86239249ae7c040ec3bf7d159a4.tar.gz
libsimple-082efbbd098aa86239249ae7c040ec3bf7d159a4.tar.bz2
libsimple-082efbbd098aa86239249ae7c040ec3bf7d159a4.tar.xz
Add readme
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'README')
-rw-r--r--README4
1 files 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