]> granicus.if.org Git - php/commit
The pread/pwrite macros check for a bug in the Linux glibc now.
authorSascha Schumann <sas@php.net>
Wed, 2 Oct 2002 06:05:16 +0000 (06:05 +0000)
committerSascha Schumann <sas@php.net>
Wed, 2 Oct 2002 06:05:16 +0000 (06:05 +0000)
commite1dd35bddb25e4f88567c543d96418fe985afbd4
tree7aaa42aa046d67965d04be36610dc44c26eaaf44
parentd4c7e8bbaf83905b8e83295c5546d0bf328182a5
The pread/pwrite macros check for a bug in the Linux glibc now.
The bug causes the kernel not to return -1/EAGAIN. The new test case
has been borrowed from the Linux Test Project.

This also fixes a bug which apparently caused HAVE_PREAD/WRITE to be
defined even if the more complex checks failed (ac_cv_func_NAME=no
was set albeit with no difference).
acinclude.m4
ext/session/config.m4
ext/session/mod_files.c