# HG changeset patch # User Bruno Haible # Date 1207825106 -7200 # Node ID f447d0fc935ffd0d0efde0e7c36faa2e82ada326 # Parent e212112104184fec93faecf12168e0b5c58e5f08 Port the extended stdio functions to emx+gcc. diff -r e21211210418 -r f447d0fc935f ChangeLog --- a/ChangeLog Thu Apr 10 00:56:00 2008 +0200 +++ b/ChangeLog Thu Apr 10 12:58:26 2008 +0200 @@ -12,6 +12,7 @@ * lib/fseterr.c (fseterr): Likewise. * lib/fwritable.c (fwritable): Likewise. * lib/fwriting.c (fwriting): Likewise. + * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for emx+gcc. 2008-04-09 Eric Blake diff -r e21211210418 -r f447d0fc935f m4/fpending.m4 --- a/m4/fpending.m4 Thu Apr 10 00:56:00 2008 +0200 +++ b/m4/fpending.m4 Thu Apr 10 12:58:26 2008 +0200 @@ -1,6 +1,6 @@ -#serial 12 +#serial 13 -# Copyright (C) 2000, 2001, 2004, 2005, 2006, 2007 Free Software +# Copyright (C) 2000, 2001, 2004, 2005, 2006, 2007, 2008 Free Software # Foundation, Inc. # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -53,6 +53,9 @@ '# old glibc iostream?' \ 'fp->_pptr - fp->_pbase' \ \ + '# emx+gcc' \ + 'fp->_ptr - fp->_buffer' \ + \ '# VMS' \ '(*fp)->_ptr - (*fp)->_base' \ \