about summary refs log tree commit diff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2007-08-24 17:22:25 +0000
committerUlrich Drepper <drepper@redhat.com>2007-08-24 17:22:25 +0000
commitcb5ba3049557f4c84c12439e75df4b345c31aa34 (patch)
treea699688c552ffbff96fff071d79e17230ff3daf8
parent44b2e5815b3d77e82a2b0bf0b729388c697cae8a (diff)
downloadglibc-cb5ba3049557f4c84c12439e75df4b345c31aa34.tar.gz
glibc-cb5ba3049557f4c84c12439e75df4b345c31aa34.tar.xz
glibc-cb5ba3049557f4c84c12439e75df4b345c31aa34.zip
* sysdeps/unix/sysv/linux/i386/syscalls.list: No reason to mark
	fallocate64 as EXTRA< it is not referenced if the symbol isn't
	defined.
-rw-r--r--ChangeLog6
-rw-r--r--sysdeps/unix/sysv/linux/i386/syscalls.list2
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index e001d1a604..9cea8e785d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2007-08-24  Ulrich Drepper  <drepper@redhat.com>
+
+	* sysdeps/unix/sysv/linux/i386/syscalls.list: No reason to mark
+	fallocate64 as EXTRA< it is not referenced if the symbol isn't
+	defined.
+
 2007-08-23  Ulrich Drepper  <drepper@redhat.com>
 
 	* sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Correctly
diff --git a/sysdeps/unix/sysv/linux/i386/syscalls.list b/sysdeps/unix/sysv/linux/i386/syscalls.list
index c532a78869..324ab3dc1a 100644
--- a/sysdeps/unix/sysv/linux/i386/syscalls.list
+++ b/sysdeps/unix/sysv/linux/i386/syscalls.list
@@ -6,4 +6,4 @@ vm86		-	vm86		i:ip	__vm86		vm86@@GLIBC_2.3.4
 oldgetrlimit	EXTRA	getrlimit	i:ip	__old_getrlimit	getrlimit@GLIBC_2.0
 oldsetrlimit	EXTRA	setrlimit	i:ip	__old_setrlimit	setrlimit@GLIBC_2.0
 waitpid		-	waitpid		Ci:ipi	__waitpid	waitpid	__libc_waitpid
-fallocate64	EXTRA	fallocate	Vi:iiiiii	__fallocate64
+fallocate64	-	fallocate	Vi:iiiiii	__fallocate64