From: Bruno Haible Date: Sun, 30 Mar 2008 12:34:48 +0000 (+0200) Subject: New module 'EOVERFLOW'. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=75aa45a05ff07bf9e2d22a62b5114737b72084ea;p=pspp New module 'EOVERFLOW'. --- diff --git a/ChangeLog b/ChangeLog index bf1146a431..60a8f4da81 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-03-30 Bruno Haible + + * modules/EOVERFLOW: New file. + * doc/posix-headers/errno.texi: Mention EOVERFLOW portability problem. + 2008-03-30 Bruno Haible Fix bug introduced on 2007-06-10. diff --git a/doc/posix-headers/errno.texi b/doc/posix-headers/errno.texi index b32ea5cb95..45281a4cd7 100644 --- a/doc/posix-headers/errno.texi +++ b/doc/posix-headers/errno.texi @@ -3,10 +3,13 @@ POSIX specification: @url{http://www.opengroup.org/susv3xbd/errno.h.html} -Gnulib module: --- +Gnulib module: EOVERFLOW Portability problems fixed by Gnulib: @itemize +@item +The macro @code{EOVERFLOW} is not defined on some platforms: +OSF/1 4.0, mingw. @end itemize Portability problems not fixed by Gnulib: diff --git a/modules/EOVERFLOW b/modules/EOVERFLOW new file mode 100644 index 0000000000..eb3f2191cf --- /dev/null +++ b/modules/EOVERFLOW @@ -0,0 +1,22 @@ +Description: +EOVERFLOW macro + +Files: +m4/eoverflow.m4 + +Depends-on: + +configure.ac: +gl_EOVERFLOW + +Makefile.am: + +Include: + + +License: +LGPLv2+ + +Maintainer: +Bruno Haible +