diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2006-09-04 12:21:42 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:17:05 -0500 |
commit | 38fdde5d9bf15b10caa60ee216d278ba8d870c2e (patch) | |
tree | f5da0712c3bd704a0af17aa6d12d8c616a2d6e1b /source4/lib/replace/README | |
parent | f6f4d868ea7d3a01ec28c6855240882911cae039 (diff) | |
download | samba-38fdde5d9bf15b10caa60ee216d278ba8d870c2e.tar.gz samba-38fdde5d9bf15b10caa60ee216d278ba8d870c2e.tar.bz2 samba-38fdde5d9bf15b10caa60ee216d278ba8d870c2e.zip |
r18031: Merge my replace fixes:
* libreplace can now build stand-alone
* add stub testsuite for libreplace
* make talloc/tdb/ldb use libreplace
(This used to be commit fe7ca4b1454e01a33ed0d53791ebffdd349298b4)
Diffstat (limited to 'source4/lib/replace/README')
-rw-r--r-- | source4/lib/replace/README | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/source4/lib/replace/README b/source4/lib/replace/README index 271713247a..fd630ddc45 100644 --- a/source4/lib/replace/README +++ b/source4/lib/replace/README @@ -2,10 +2,10 @@ This subsystem ensures that we can always use a certain core set of functions and types, that are either provided by the OS or by replacement functions / definitions in this subsystem. The aim is to try to stick to POSIX functions in here as much as possible. Convenience functions -that are available on no platform at all belong in different subsystems +that are available on no platform at all belong in other subsystems (such as LIBUTIL). -The following functions are guarenteed: +The following functions are guaranteed: ftruncate strlcpy @@ -21,8 +21,6 @@ setlinebuf vsyslog timegm setenv -strtoull -strtoll strndup strnlen waitpid @@ -52,6 +50,8 @@ pwrite getpass readline (the library) inet_ntoa +strtoll +strtoull Types: bool @@ -59,6 +59,7 @@ socklen_t uint_t uint{8,16,32,64}_t int{8,16,32,64}_t +intptr_t Constants: PATH_NAME_MAX |