pyldb: avoid segfault when adding an element with no name
[sfrench/samba-autobuild/.git] / lib / replace / README
index 4d94317c4b024f4d0f4f4abb9f99dff38d8d279a..6612eabd22a390b8747195953cd0b8eac947d090 100644 (file)
@@ -33,6 +33,7 @@ opendir
 readdir
 telldir
 seekdir
+clock_gettime
 closedir
 dlopen
 dlclose
@@ -46,7 +47,8 @@ mkdtemp
 mkstemp (a secure one!)
 pread
 pwrite
-getpass
+chown
+lchown
 readline (the library)
 inet_ntoa
 inet_ntop
@@ -64,14 +66,24 @@ getifaddrs
 freeifaddrs
 utime
 utimes
+dup2
+link
+readlink
+symlink
+realpath
+poll
+setproctitle
+memset_s
 
 Types:
 bool
 socklen_t
-uint_t
 uint{8,16,32,64}_t
 int{8,16,32,64}_t
 intptr_t
+sig_atomic_t
+blksize_t
+blkcnt_t
 
 Constants:
 PATH_NAME_MAX
@@ -107,6 +119,9 @@ Headers:
 stdint.h
 stdbool.h
 
+Optional C keywords:
+volatile
+
 Prerequisites:
 memset (for bzero)
 syslog (for vsyslog)