1 Jan 2011 01:51
pread on HP-UX 11
Bruno Haible <bruno <at> clisp.org>
2011-01-01 00:51:15 GMT
2011-01-01 00:51:15 GMT
On HP-UX 11.11 and 11.31 I'm observing two different failures of the 'pread' test: test-pread.c:61: assertion failed ./test-pread.sh[5]: 26534 Abort(coredump) FAIL: test-pread.sh test-pread.c:80: assertion failed ./test-pread.sh[5]: 13130 Abort(coredump) FAIL: test-pread.sh This patch adds workarounds to gnulib: 2010-12-31 Bruno Haible <bruno <at> clisp.org> pread: Work around HP-UX 11 bugs. * m4/pread.m4 (gl_FUNC_PREAD): When pread exists, test whether it works and set REPLACE_PREAD if not. * doc/posix-functions/pread.texi: Document the HP-UX 11 bugs. --- doc/posix-functions/pread.texi.orig Sat Jan 1 01:47:49 2011 +++ doc/posix-functions/pread.texi Fri Dec 31 23:28:30 2010 <at> <at> -11,6 +11,13 <at> <at> <at> item This function is missing on some platforms: HP-UX 10, mingw, BeOS. + <at> item +This function returns zero instead of positive values when large file support +is enabled on some platforms: +HP-UX 11.11.(Continue reading)
RSS Feed