]> granicus.if.org Git - strace/commitdiff
2008-09-02 Dmitry V. Levin <ldv@altlinux.org>
authorDmitry V. Levin <ldv@altlinux.org>
Wed, 3 Sep 2008 00:45:10 +0000 (00:45 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Wed, 3 Sep 2008 00:45:10 +0000 (00:45 +0000)
* linux/x86_64/syscallent.h: Fix syscall numbers for "tee" and
"sync_file_range".
From Fernando Luis Vazquez Cao <fernando@oss.ntt.co.jp>

ChangeLog
linux/x86_64/syscallent.h

index 5fd51695a05e8a2cccd528481bea97a70c184010..677cd202e4ff82886b9fa5177a41f90cdddd54a4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-09-02  Dmitry V. Levin <ldv@altlinux.org>
+
+       * linux/x86_64/syscallent.h: Fix syscall numbers for "tee" and
+       "sync_file_range".
+       From Fernando Luis Vazquez Cao <fernando@oss.ntt.co.jp>
+
 2008-08-28  Roland McGrath  <roland@redhat.com>
 
        * strace.1 (BUGS): New section, mention SIGTRAP interference.
index 3968c2064792947b01f79b25dbde8277e5a80f34..cfa92e75819e5352650e3c730231c9861209fe9c 100644 (file)
        { 2,    0,      printargs,              "set_robust_list" }, /* 273 */
        { 3,    0,      printargs,              "get_robust_list" }, /* 274 */
        { 6,    TD,     printargs,              "splice"        }, /* 275 */
-       { 4,    TD,     printargs,              "sync_file_range" }, /* 276 */
-       { 4,    TD,     printargs,              "tee"           }, /* 277 */
+       { 4,    TD,     printargs,              "tee"           }, /* 276 */
+       { 4,    TD,     printargs,              "sync_file_range" }, /* 277 */
        { 4,    TD,     printargs,              "vmsplice"      }, /* 278 */
        { 6,    0,      sys_move_pages,         "move_pages"    }, /* 279 */
        { 4,    TD|TF,  sys_utimensat,          "utimensat"     }, /* 280 */