diff options
Diffstat (limited to 'lib/replace/README')
-rw-r--r-- | lib/replace/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/replace/README b/lib/replace/README index 4d94317c4b0..2f3b37340fc 100644 --- a/lib/replace/README +++ b/lib/replace/README @@ -72,6 +72,7 @@ uint_t uint{8,16,32,64}_t int{8,16,32,64}_t intptr_t +sig_atomic_t Constants: PATH_NAME_MAX @@ -107,6 +108,9 @@ Headers: stdint.h stdbool.h +Optional C keywords: +volatile + Prerequisites: memset (for bzero) syslog (for vsyslog) |