diff options
author | Bruno Haible <bruno@clisp.org> | 2008-02-24 18:40:04 +0100 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2008-02-24 18:40:04 +0100 |
commit | 9ded0d63d51de421bd12da08d8d1992d17272410 (patch) | |
tree | e90be8cfe616f62d7ea852bb7288dfd9cbeefa16 /doc/posix-functions | |
parent | eb4a09dbdb2373566dfa30e7e7c5c196b005164d (diff) | |
download | gnulib-9ded0d63d51de421bd12da08d8d1992d17272410.tar.gz |
Fix a build problem on HP-UX 10.
Diffstat (limited to 'doc/posix-functions')
-rw-r--r-- | doc/posix-functions/gmtime_r.texi | 3 | ||||
-rw-r--r-- | doc/posix-functions/localtime_r.texi | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/posix-functions/gmtime_r.texi b/doc/posix-functions/gmtime_r.texi index e600277bbd..42aa95ab37 100644 --- a/doc/posix-functions/gmtime_r.texi +++ b/doc/posix-functions/gmtime_r.texi @@ -16,5 +16,6 @@ Portability problems not fixed by Gnulib: This function is missing on some platforms: mingw. @item -Some platforms define a function of this name that is incompatible to POSIX. +Some platforms define a function of this name that is incompatible to POSIX: +HP-UX 10. @end itemize diff --git a/doc/posix-functions/localtime_r.texi b/doc/posix-functions/localtime_r.texi index ad6876496f..c0b5b5e694 100644 --- a/doc/posix-functions/localtime_r.texi +++ b/doc/posix-functions/localtime_r.texi @@ -16,5 +16,6 @@ Portability problems not fixed by Gnulib: This function is missing on some platforms: mingw. @item -Some platforms define a function of this name that is incompatible to POSIX. +Some platforms define a function of this name that is incompatible to POSIX: +HP-UX 10. @end itemize |