]> granicus.if.org Git - strace/commitdiff
Better output for sys_migrate
authorJohn Hughes <john@Calva.COM>
Thu, 5 Feb 2004 14:37:02 +0000 (14:37 +0000)
committerJohn Hughes <john@Calva.COM>
Thu, 5 Feb 2004 14:37:02 +0000 (14:37 +0000)
ChangeLog
linux/dummy.h

index e06a8822136aba9246163d08fa9b45a00103e1c4..56a8d516faae4b60d96479aa77514358400b75dc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2004-02-05  John Hughes  <john@calva.com>
+
+       * linux/dummy.h: better sys_migrate
+
 2004-01-29  John Hughes  <john@calva.com>
 
        * README-linux: Document method for finding OpenSSI includes.
index c36c3b8a963117225f8ddd4a1f7b4272ced50cba..b85ef8ef4d214facc8ea3765f504334162676e20 100644 (file)
@@ -37,7 +37,6 @@
 #define        sys_bdflush             printargs
 #define        sys_sysfs               printargs
 #define        sys_afs_syscall         printargs
-#define sys_migrate            printargs
 
 /* machine-specific */
 #ifndef I386
@@ -73,6 +72,7 @@
 #define sys_mlock              sys_munmap
 #define sys_munlock            sys_munmap
 #define sys_clock_getres       sys_clock_gettime
+#define sys_migrate            sys_alarm
 
 /* printargs does the right thing */
 #define        sys_setup               printargs