diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-09-01 04:06:40 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-09-01 04:06:40 +0000 |
commit | 5acf789a5ac76e8ca8e6edb2fe8ea4d6accccea1 (patch) | |
tree | 0ef44f3fb9b9a3bced80a4198e712c3b3db06ba9 /sysdeps/unix/sysv/linux/sh/Versions | |
parent | eef80cf88046fdcfc70cbf2eb7617aadf9afbe98 (diff) | |
download | glibc-5acf789a5ac76e8ca8e6edb2fe8ea4d6accccea1.tar glibc-5acf789a5ac76e8ca8e6edb2fe8ea4d6accccea1.tar.gz glibc-5acf789a5ac76e8ca8e6edb2fe8ea4d6accccea1.tar.bz2 glibc-5acf789a5ac76e8ca8e6edb2fe8ea4d6accccea1.zip |
Update.
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.
Diffstat (limited to 'sysdeps/unix/sysv/linux/sh/Versions')
-rw-r--r-- | sysdeps/unix/sysv/linux/sh/Versions | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/sh/Versions b/sysdeps/unix/sysv/linux/sh/Versions index 090e938f26..763be60222 100644 --- a/sysdeps/unix/sysv/linux/sh/Versions +++ b/sysdeps/unix/sysv/linux/sh/Versions @@ -21,4 +21,7 @@ libc { # v* versionsort64; } + GLIBC_2.3.3 { + posix_fadvise64; posix_fallocate64; + } } |