]> git.cworth.org Git - tar/blobdiff - m4/fpending.m4
Imported Upstream version 1.21
[tar] / m4 / fpending.m4
index a771b4377174ab8b76f2ad3dba91c66ca2a3853b..65d2dddf48d2b1fd29c194839723ce814666c2c2 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'                                  \
                                                                          \