Port the extended stdio functions to emx+gcc.
authorBruno Haible <bruno@clisp.org>
Thu, 10 Apr 2008 10:58:26 +0000 (12:58 +0200)
committerBruno Haible <bruno@clisp.org>
Thu, 10 Apr 2008 10:58:26 +0000 (12:58 +0200)
ChangeLog
m4/fpending.m4

index 5dfe4fa..26d4567 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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  <ebb9@byu.net>
 
index a771b43..65d2ddd 100644 (file)
@@ -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 @@ AC_DEFUN([gl_FUNC_FPENDING],
            '# old glibc iostream?'                                       \
            'fp->_pptr - fp->_pbase'                                      \
                                                                          \
+           '# emx+gcc'                                                   \
+           'fp->_ptr - fp->_buffer'                                      \
+                                                                         \
            '# VMS'                                                       \
            '(*fp)->_ptr - (*fp)->_base'                                  \
                                                                          \