This is the mail archive of the libc-hacker@sources.redhat.com mailing list for the glibc project.

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: support PSEUDO_ERRVAL on arm


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;
+  }
 }



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]