summaryrefslogtreecommitdiff
path: root/lib/replace/README
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-10-27 23:23:15 +0100
committerJelmer Vernooij <jelmer@samba.org>2008-10-27 23:23:15 +0100
commit9de5172a20dff6f8e1fd0a94cde52977479e0c62 (patch)
tree3e506e1c7a62751c1f9a334d401fcf717c3fa308 /lib/replace/README
parentb881d2ee78f685aea7ae8b67b3e0fb3c4f5205ed (diff)
downloadsamba-9de5172a20dff6f8e1fd0a94cde52977479e0c62.tar.gz
samba-9de5172a20dff6f8e1fd0a94cde52977479e0c62.tar.bz2
samba-9de5172a20dff6f8e1fd0a94cde52977479e0c62.zip
Remove duplicate check for volatile, move all utime-checks to
libreplace.
Diffstat (limited to 'lib/replace/README')
-rw-r--r--lib/replace/README4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/replace/README b/lib/replace/README
index 4d94317c4b..2f3b37340f 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)