]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
More amd64 system calls - emacs will now run under valgrind.
authorTom Hughes <tom@compton.nu>
Sat, 2 Apr 2005 17:43:50 +0000 (17:43 +0000)
committerTom Hughes <tom@compton.nu>
Sat, 2 Apr 2005 17:43:50 +0000 (17:43 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3511

coregrind/amd64-linux/syscalls.c

index 67af5c3013741cc3d15816eda95ecfb63786a7bb..67dab790ee9527c1d6012494745a8e8b0df45105 100644 (file)
@@ -943,9 +943,9 @@ const struct SyscallTableEntry VGA_(syscall_table)[] = {
    GENX_(__NR_pause,             sys_pause),          // 34 
 
    GENXY(__NR_nanosleep,         sys_nanosleep),      // 35 
-   //   (__NR_getitimer,         sys_getitimer),      // 36 
+   GENXY(__NR_getitimer,         sys_getitimer),      // 36 
    GENX_(__NR_alarm,             sys_alarm),          // 37 
-   //   (__NR_setitimer,         sys_setitimer),      // 38 
+   GENXY(__NR_setitimer,         sys_setitimer),      // 38 
    GENX_(__NR_getpid,            sys_getpid),         // 39 
 
    //   (__NR_sendfile,          sys_sendfile64),     // 40 
@@ -1034,7 +1034,7 @@ const struct SyscallTableEntry VGA_(syscall_table)[] = {
 
    GENX_(__NR_getppid,           sys_getppid),        // 110 
    GENX_(__NR_getpgrp,           sys_getpgrp),        // 111 
-   //   (__NR_setsid,            sys_setsid),         // 112 
+   GENX_(__NR_setsid,            sys_setsid),         // 112 
    //   (__NR_setreuid,          sys_setreuid),       // 113 
    //   (__NR_setregid,          sys_setregid),       // 114 
 
@@ -1045,7 +1045,7 @@ const struct SyscallTableEntry VGA_(syscall_table)[] = {
    LINX_(__NR_setresgid,         sys_setresgid),      // 119 
 
    LINXY(__NR_getresgid,         sys_getresgid),      // 120 
-   //   (__NR_getpgid,           sys_getpgid),        // 121 
+   GENX_(__NR_getpgid,           sys_getpgid),        // 121 
    //   (__NR_setfsuid,          sys_setfsuid),       // 122 
    //   (__NR_setfsgid,          sys_setfsgid),       // 123 
    //   (__NR_getsid,            sys_getsid),         // 124