1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-30 22:43:12 +03:00
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.
This commit is contained in:
Ulrich Drepper
2003-09-01 04:06:40 +00:00
parent eef80cf880
commit 5acf789a5a
3 changed files with 21 additions and 0 deletions

View File

@ -21,4 +21,7 @@ libc {
# v*
versionsort64;
}
GLIBC_2.3.3 {
posix_fadvise64; posix_fallocate64;
}
}