]> granicus.if.org Git - strace/commitdiff
Blackfin: update syscall list
authorMike Frysinger <vapier@gentoo.org>
Thu, 21 Apr 2011 09:19:35 +0000 (05:19 -0400)
committerDmitry V. Levin <ldv@altlinux.org>
Sun, 24 Apr 2011 19:43:13 +0000 (19:43 +0000)
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* linux/bfin/syscallent.h: Add name_to_handle_at, open_by_handle_at,
clock_adjtime, and syncfs syscalls.

linux/bfin/syscallent.h

index 7b0a3fc659583e8a8906f5f089163411821c0be4..eb1fb9a4fcf91be71a7881174b8243c14b2c008d 100644 (file)
        { 5,    TD|TF,  printargs,              "fanotify_mark" }, /* 372 */
        { 4,    0,      printargs,              "prlimit64"     }, /* 373 */
        { 3,    0,      sys_cacheflush,         "cacheflush"    }, /* 374 */
+       { 5,    TD|TF,  printargs,              "name_to_handle_at"     }, /* 375 */
+       { 3,    TD,     printargs,              "open_by_handle_at"     }, /* 376 */
+       { 2,    0,      printargs,              "clock_adjtime" }, /* 377 */
+       { 1,    TD,     printargs,              "syncfs"        }, /* 378 */