mirror of
https://github.com/adulau/aha.git
synced 2025-01-01 13:46:24 +00:00
[PATCH] x86_64: compat_sys_futimesat fix
We need to use the compat function here. Pointer out by Heiko Carstens <heiko.carstens@de.ibm.com> Cc: Andi Kleen <ak@muc.de> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
parent
a6df590dd8
commit
3833a70585
1 changed files with 1 additions and 1 deletions
|
@ -676,7 +676,7 @@ ia32_sys_call_table:
|
|||
.quad sys_mkdirat
|
||||
.quad sys_mknodat
|
||||
.quad sys_fchownat
|
||||
.quad sys_futimesat
|
||||
.quad compat_sys_futimesat
|
||||
.quad compat_sys_newfstatat /* 300 */
|
||||
.quad sys_unlinkat
|
||||
.quad sys_renameat
|
||||
|
|
Loading…
Reference in a new issue