]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Mon, 1 Sep 2003 04:06:40 +0000 (04:06 +0000)
committerUlrich Drepper <drepper@redhat.com>
Mon, 1 Sep 2003 04:06:40 +0000 (04:06 +0000)
2003-08-31  Kaz Kojima  <kkojima@rr.iij4u.or.jp>

* sysdeps/unix/sysv/linux/sh/Versions: Add posix_fadvise64 and
posix_fallocate64 at GLIBC_2.3.3.
* sysdeps/unix/sysv/linux/sh/sysdep.h (PSEUDO_ERRVAL): Define.
(PSEUDO_END_ERRVAL, ret_ERRVAL): Likewise.

ChangeLog
sysdeps/unix/sysv/linux/sh/Versions
sysdeps/unix/sysv/linux/sh/sysdep.h

index 939f9f1203038401b798a49d47ca33814d19443b..43a6791ad70032bd1be06250a1f1ecc73ed87997 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2003-08-31  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
+
+       * sysdeps/unix/sysv/linux/sh/Versions: Add posix_fadvise64 and
+       posix_fallocate64 at GLIBC_2.3.3.
+       * sysdeps/unix/sysv/linux/sh/sysdep.h (PSEUDO_ERRVAL): Define.
+       (PSEUDO_END_ERRVAL, ret_ERRVAL): Likewise.
+
 2003-08-08  H.J. Lu  <hongjiu.lu@intel.com>
 
        * sysdeps/unix/sysv/linux/ia64/syscalls.list: Remove __syscall_
index 090e938f2666702d8fe4918190dc6720a351bc2c..763be60222e503f2a4b76f5cf885000e4b227efe 100644 (file)
@@ -21,4 +21,7 @@ libc {
     # v*
     versionsort64;
   }
+  GLIBC_2.3.3 {
+    posix_fadvise64; posix_fallocate64;
+  }
 }
index a2542fbb0910dfacefb364cba70319d40466953b..ee6eec1956223cdc932e90122336c8947ea6848b 100644 (file)
 
 #define ret_NOERRNO ret
 
+#define        PSEUDO_ERRVAL(name, syscall_name, args) \
+ .text; \
+ ENTRY (name); \
+    DO_CALL (syscall_name, args);
+
+#undef PSEUDO_END_ERRVAL
+#define        PSEUDO_END_ERRVAL(name) \
+  END (name)
+
+#define ret_ERRVAL ret
+
 #ifndef PIC
 # define SYSCALL_ERROR_HANDLER \
        mov.l 0f,r1; \