summaryrefslogtreecommitdiff
path: root/source3/lib/replace/README
diff options
context:
space:
mode:
authorDerrell Lipman <derrell@samba.org>2007-05-10 01:27:18 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:21:56 -0500
commit1b55cf43849543babe0210ea0260752212a53f22 (patch)
tree5d20527a1f7b6ea3d4cfc5ac9a1bd8ead5cbe9b0 /source3/lib/replace/README
parent8ef8dab4fb0945974c74e96a5dd69e1559519b6c (diff)
downloadsamba-1b55cf43849543babe0210ea0260752212a53f22.tar.gz
samba-1b55cf43849543babe0210ea0260752212a53f22.tar.bz2
samba-1b55cf43849543babe0210ea0260752212a53f22.zip
r22772: - Still working on the fact that readahead() is not declared (on at least one
OS) but is available for linking. Instead of running configure tests with -Werror-implicit-function-declaration in developer mode (which may lead to different library functions being used in developer mode than when not in developer mode), add tests for whether readahead is declared. If not, provide a replacement declaration in lib/replace. (This used to be commit 7d05fa8b32b5b33e95fd9d552d2a45013b4803ec)
Diffstat (limited to 'source3/lib/replace/README')
-rw-r--r--source3/lib/replace/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/source3/lib/replace/README b/source3/lib/replace/README
index 77558b2ca9..a2f9e2fa29 100644
--- a/source3/lib/replace/README
+++ b/source3/lib/replace/README
@@ -55,6 +55,11 @@ strtoull
socketpair
strptime
+These external declarations are provided for those systems which lack the
+declaration but provide the function:
+
+readahead
+
Types:
bool
socklen_t