Skip to content

Commit

Permalink
* sysdeps/unix/sysv/linux/i386/syscalls.list: No reason to mark
Browse files Browse the repository at this point in the history
	fallocate64 as EXTRA< it is not referenced if the symbol isn't
	defined.
  • Loading branch information
Ulrich Drepper committed Aug 24, 2007
1 parent 44b2e58 commit cb5ba30
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion sysdeps/unix/sysv/linux/i386/syscalls.list
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit cb5ba30

Please sign in to comment.