r10438: Move portability functions to lib/replace/; replace now simply ensures
authorJelmer Vernooij <jelmer@samba.org>
Fri, 23 Sep 2005 00:38:22 +0000 (00:38 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:38:45 +0000 (13:38 -0500)
commit29919a71059b29fa27a49b1f5b84bb8881de65fc
tree4a1f6d0d3cebc59f0388f2f147e579629aae1999
parentf1688a8066cd787aa630714ffc161eb0f30414f1
r10438: Move portability functions to lib/replace/; replace now simply ensures
that a given set of (working) POSIX functions are available (without
prefixes to their names, etc). See lib/replace/README for a list.

Functions that behave different from their POSIX specification
(such as sys_select, sys_read, etc) have kept the sys_ prefix.
22 files changed:
source/SConstruct
source/build/m4/rewrite.m4
source/client/client.c
source/dynconfig.c
source/heimdal_build/glue.c
source/include/includes.h
source/lib/com/tables.c
source/lib/replace/README [new file with mode: 0644]
source/lib/replace/SConscript
source/lib/replace/config.m4
source/lib/replace/config.mk
source/lib/replace/dlfcn.c [new file with mode: 0644]
source/lib/replace/replace.c
source/lib/replace/replace.h
source/lib/signal.c
source/lib/system.c
source/lib/time.c
source/lib/util.c
source/libcli/resolve/host.c
source/librpc/ndr/ndr_basic.c
source/torture/torture.c
source/winbind/wb_samba3_protocol.c