summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2011-11-10 13:48:16 +0100
committerBruno Haible <bruno@clisp.org>2011-11-10 13:48:16 +0100
commitf5562fca6f341accafc32a5285a0262625df0fde (patch)
tree0c2815d8c5963d6ca2f667ae37af0bd427f0528c /ChangeLog
parent24a579b40979e51868e07b56ea307c1b2c12bcff (diff)
downloadgnulib-f5562fca6f341accafc32a5285a0262625df0fde.tar.gz
ptsname_r: Avoid compilation error on OSF/1 5.1.
* lib/stdlib.in.h (ptsname_r): Override if REPLACE_PTSNAME_R is 1. * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize REPLACE_PTSNAME_R. * m4/ptsname_r.m4 (gl_FUNC_PTSNAME_R): Set REPLACE_PTSNAME_R if the function is not declared or incompatibly declared. * modules/stdlib (Makefile.am): Substitute REPLACE_PTSNAME_R. * modules/ptsname_r (Depends-on, configure.ac): Update. * doc/glibc-functions/ptsname_r.texi: Mention the OSF/1 problems.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c7fe84d3b6..5ac22c28f4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,16 @@
2011-11-10 Bruno Haible <bruno@clisp.org>
+ ptsname_r: Avoid compilation error on OSF/1 5.1.
+ * lib/stdlib.in.h (ptsname_r): Override if REPLACE_PTSNAME_R is 1.
+ * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize REPLACE_PTSNAME_R.
+ * m4/ptsname_r.m4 (gl_FUNC_PTSNAME_R): Set REPLACE_PTSNAME_R if the
+ function is not declared or incompatibly declared.
+ * modules/stdlib (Makefile.am): Substitute REPLACE_PTSNAME_R.
+ * modules/ptsname_r (Depends-on, configure.ac): Update.
+ * doc/glibc-functions/ptsname_r.texi: Mention the OSF/1 problems.
+
+2011-11-10 Bruno Haible <bruno@clisp.org>
+
fstatat: Make cross-compilation guess succeed everywhere except on AIX.
* m4/fstatat.m4 (gl_FUNC_FSTATAT): Require AC_CANONICAL_HOST.
When cross-compiling, guess yes on all platforms except AIX.