diff options
| author | Michael Adam <obnox@samba.org> | 2011-11-25 16:36:40 +0100 |
|---|---|---|
| committer | Michael Adam <obnox@samba.org> | 2011-11-26 00:34:54 +0100 |
| commit | 2c0abf2dcf040e6e32612e65f04ff488745612ae (patch) | |
| tree | d2c86b044dd2727e469f65e66bca49fe958d6b66 /ctdb/lib/replace/README | |
| parent | 5d94dff27e96e09e1f81d4811ce1e2492edff13f (diff) | |
update lib/replace to current upstream version (samba master)
(This used to be ctdb commit 17bcffab19fdbb435b4745ff90c327342bbbf0f8)
Diffstat (limited to 'ctdb/lib/replace/README')
| -rw-r--r-- | ctdb/lib/replace/README | 17 |
1 files changed, 15 insertions, 2 deletions
diff --git a/ctdb/lib/replace/README b/ctdb/lib/replace/README index 268a1b15cf..bf4e67ff0c 100644 --- a/ctdb/lib/replace/README +++ b/ctdb/lib/replace/README @@ -15,7 +15,6 @@ rename initgroups memmove strdup -inet_ntoa setlinebuf vsyslog timegm @@ -34,6 +33,7 @@ opendir readdir telldir seekdir +clock_gettime closedir dlopen dlclose @@ -47,11 +47,14 @@ mkdtemp mkstemp (a secure one!) pread pwrite +chown +lchown getpass readline (the library) inet_ntoa inet_ntop inet_pton +inet_aton strtoll strtoull socketpair @@ -62,14 +65,21 @@ getnameinfo gai_strerror getifaddrs freeifaddrs +utime +utimes +dup2 +link +readlink +symlink +realpath Types: bool socklen_t -uint_t uint{8,16,32,64}_t int{8,16,32,64}_t intptr_t +sig_atomic_t Constants: PATH_NAME_MAX @@ -105,6 +115,9 @@ Headers: stdint.h stdbool.h +Optional C keywords: +volatile + Prerequisites: memset (for bzero) syslog (for vsyslog) |
