Move sys_readlink() to libreplace.
[gd/samba-autobuild/.git] / lib / replace / README
index 4d94317c4b024f4d0f4f4abb9f99dff38d8d279a..ed0b866e85721adacca7b88d3bebbcd8845ed1d7 100644 (file)
@@ -46,6 +46,7 @@ mkdtemp
 mkstemp (a secure one!)
 pread
 pwrite
+chown
 getpass
 readline (the library)
 inet_ntoa
@@ -64,6 +65,8 @@ getifaddrs
 freeifaddrs
 utime
 utimes
+link
+readlink
 
 Types:
 bool
@@ -72,6 +75,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 +111,9 @@ Headers:
 stdint.h
 stdbool.h
 
+Optional C keywords:
+volatile
+
 Prerequisites:
 memset (for bzero)
 syslog (for vsyslog)