support PSEUDO_ERRVAL on arm

Philip Blundell Philip.Blundell@pobox.com
Sun Aug 31 14:37:00 GMT 2003


On Mon, 2003-08-25 at 14:11, Jakub Jelinek wrote:
> I think you need to update sysdeps/unix/sysv/linux/arm/Versions
> as well (for both posix_fallocate64 and posix_fadvise64;
> arm is 32-bit).

Yes, good thinking.

p.

2003-08-31  Philip Blundell  <philb@gnu.org>

	* sysdeps/unix/sysv/linux/arm/Versions: Add posix_fadvise64 and
	posix_fallocate64 at GLIBC_2.3.3.

Index: sysdeps/unix/sysv/linux/arm/Versions
===================================================================
RCS file: /cvs/glibc/libc/sysdeps/unix/sysv/linux/arm/Versions,v
retrieving revision 1.12
diff -u -r1.12 Versions
--- sysdeps/unix/sysv/linux/arm/Versions	23 Aug 2002 09:28:59 -0000	1.12
+++ sysdeps/unix/sysv/linux/arm/Versions	31 Aug 2003 14:34:36 -0000
@@ -31,4 +31,7 @@
     # v*
     versionsort64;
   }
+  GLIBC_2.3.3 {
+    posix_fadvise64; posix_fallocate64;
+  }
 }




More information about the Libc-hacker mailing list