diff options
author | Helge Deller <deller@gmx.de> | 2014-03-23 15:24:40 +0100 |
---|---|---|
committer | Helge Deller <deller@gmx.de> | 2014-03-23 16:57:13 +0100 |
commit | e9af8b7aba1fd5f2175ec552ec36d5efe57f6c1d (patch) | |
tree | 28ae17c5299fa4ea4cb3d5c583054922297bf422 /arch/parisc/kernel | |
parent | 4b02a72a266b58268979cb6f9c5d4dd002148634 (diff) |
parisc: wire up sys_utimes
We seem to be nearly the only platform which does not provide the
sys_utimes syscall. Adding it now makes our life much easier with
userspace applications (like dietlibc and e2fsprogs) since we then
behave like all other platforms too and don't need extra patches which
are hard to get upstream anyway because we are not a mainstream
architecture.
Signed-off-by: Helge Deller <deller@gmx.de>
Cc: stable@vger.kernel.org # v3.13
Diffstat (limited to 'arch/parisc/kernel')
-rw-r--r-- | arch/parisc/kernel/syscall_table.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/parisc/kernel/syscall_table.S b/arch/parisc/kernel/syscall_table.S index 8fa3fbb3e4d3..80e5dd248934 100644 --- a/arch/parisc/kernel/syscall_table.S +++ b/arch/parisc/kernel/syscall_table.S @@ -431,6 +431,7 @@ ENTRY_SAME(finit_module) ENTRY_SAME(sched_setattr) ENTRY_SAME(sched_getattr) /* 335 */ + ENTRY_COMP(utimes) /* Nothing yet */ |