svn commit: branches/uClibc-nptl/libc/stdio

sjhill at uclibc.org sjhill at uclibc.org
Sun Nov 20 00:49:29 UTC 2005


Author: sjhill
Date: 2005-11-19 16:49:28 -0800 (Sat, 19 Nov 2005)
New Revision: 12435

Log:
Merge from trunk.


Modified:
   branches/uClibc-nptl/libc/stdio/fopen64.c
   branches/uClibc-nptl/libc/stdio/freopen64.c
   branches/uClibc-nptl/libc/stdio/fseeko.c
   branches/uClibc-nptl/libc/stdio/fseeko64.c
   branches/uClibc-nptl/libc/stdio/ftello.c
   branches/uClibc-nptl/libc/stdio/ftello64.c


Changeset:
Modified: branches/uClibc-nptl/libc/stdio/fopen64.c
===================================================================
--- branches/uClibc-nptl/libc/stdio/fopen64.c	2005-11-20 00:47:10 UTC (rev 12434)
+++ branches/uClibc-nptl/libc/stdio/fopen64.c	2005-11-20 00:49:28 UTC (rev 12435)
@@ -9,7 +9,7 @@
 
 #ifdef __UCLIBC_HAS_LFS__
 # define __DO_LARGEFILE
-# define fopen			fopen64
+# define fopen		fopen64
 # define FILEDES_ARG    (-2)
 # include "fopen.c"
 #endif

Modified: branches/uClibc-nptl/libc/stdio/freopen64.c
===================================================================
--- branches/uClibc-nptl/libc/stdio/freopen64.c	2005-11-20 00:47:10 UTC (rev 12434)
+++ branches/uClibc-nptl/libc/stdio/freopen64.c	2005-11-20 00:49:28 UTC (rev 12435)
@@ -9,7 +9,7 @@
 
 #ifdef __UCLIBC_HAS_LFS__
 # define __DO_LARGEFILE
-# define freopen		freopen64
+# define freopen	freopen64
 # define FILEDES_ARG    (-2)
 # include "freopen.c"
 #endif

Modified: branches/uClibc-nptl/libc/stdio/fseeko.c
===================================================================
--- branches/uClibc-nptl/libc/stdio/fseeko.c	2005-11-20 00:47:10 UTC (rev 12434)
+++ branches/uClibc-nptl/libc/stdio/fseeko.c	2005-11-20 00:49:28 UTC (rev 12435)
@@ -12,7 +12,7 @@
 #endif
 
 #ifndef __DO_LARGEFILE
-# define FSEEK				fseek
+# define FSEEK			fseek
 # define OFFSET_TYPE		long int
 #endif
 

Modified: branches/uClibc-nptl/libc/stdio/fseeko64.c
===================================================================
--- branches/uClibc-nptl/libc/stdio/fseeko64.c	2005-11-20 00:47:10 UTC (rev 12434)
+++ branches/uClibc-nptl/libc/stdio/fseeko64.c	2005-11-20 00:49:28 UTC (rev 12435)
@@ -9,7 +9,7 @@
 
 #ifdef __UCLIBC_HAS_LFS__
 # define __DO_LARGEFILE
-# define FSEEK				__fseeko64
+# define FSEEK			__fseeko64
 # define OFFSET_TYPE		__off64_t
 # include "fseeko.c"
 #endif

Modified: branches/uClibc-nptl/libc/stdio/ftello.c
===================================================================
--- branches/uClibc-nptl/libc/stdio/ftello.c	2005-11-20 00:47:10 UTC (rev 12434)
+++ branches/uClibc-nptl/libc/stdio/ftello.c	2005-11-20 00:49:28 UTC (rev 12435)
@@ -8,7 +8,7 @@
 #include "_stdio.h"
 
 #ifndef __DO_LARGEFILE
-# define FTELL				ftell
+# define FTELL			ftell
 # define OFFSET_TYPE		long int
 #endif
 

Modified: branches/uClibc-nptl/libc/stdio/ftello64.c
===================================================================
--- branches/uClibc-nptl/libc/stdio/ftello64.c	2005-11-20 00:47:10 UTC (rev 12434)
+++ branches/uClibc-nptl/libc/stdio/ftello64.c	2005-11-20 00:49:28 UTC (rev 12435)
@@ -9,7 +9,7 @@
 
 #ifdef __UCLIBC_HAS_LFS__
 # define __DO_LARGEFILE
-# define FTELL				__ftello64
+# define FTELL			__ftello64
 # define OFFSET_TYPE		__off64_t
-# include "fgetpos.c"
+# include "ftello.c"
 #endif




More information about the uClibc-cvs mailing list