r18031: Merge my replace fixes:
[kai/samba.git] / source4 / lib / replace / README
index 271713247a4a25aa11f2e6da73dc815cccf7c524..fd630ddc456b3dca57d8756f457c5029fcae509f 100644 (file)
@@ -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