changeset 9882:f447d0fc935f

Port the extended stdio functions to emx+gcc.
author Bruno Haible <bruno@clisp.org>
date Thu, 10 Apr 2008 12:58:26 +0200
parents e21211210418
children d97d0dec622d df977f0f2fb2
files ChangeLog m4/fpending.m4
diffstat 2 files changed, 6 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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>
 
--- a/m4/fpending.m4
+++ b/m4/fpending.m4
@@ -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'				  \
 									  \