Tested with a slightly hacked version of the test case included with
the original utimensat patch. All OK.

Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
This commit is contained in:
Haavard Skinnemoen 2007-05-09 10:23:11 +02:00
Родитель b3cfe0cb37
Коммит 47cc3e7804
2 изменённых файлов: 4 добавлений и 1 удалений

Просмотреть файл

@ -291,4 +291,5 @@ sys_call_table:
.long sys_shmget /* 275 */
.long sys_shmdt
.long sys_shmctl
.long sys_utimensat
.long sys_ni_syscall /* r8 is saturated at nr_syscalls */

Просмотреть файл

@ -295,8 +295,10 @@
#define __NR_shmdt 276
#define __NR_shmctl 277
#define __NR_utimensat 278
#ifdef __KERNEL__
#define NR_syscalls 278
#define NR_syscalls 279
#define __ARCH_WANT_IPC_PARSE_VERSION