summaryrefslogtreecommitdiff
path: root/util.c
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2012-03-17 03:17:15 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2012-03-17 03:17:15 +0100
commit3da9693b81db07da14e3e3364f81a6f4d4c26597 (patch)
tree6b9cc66412e90d564d9c6c2c262866559ff41f42 /util.c
parent081533c10048365a2a8ffd2456af81765d402810 (diff)
downloadstrace-3da9693b81db07da14e3e3364f81a6f4d4c26597.tar.gz
strace-3da9693b81db07da14e3e3364f81a6f4d4c26597.tar.bz2
strace-3da9693b81db07da14e3e3364f81a6f4d4c26597.tar.xz
Remove unused constants. No code changes
* syscall.c: Remove unused ENOIOCTLCMD constant. Fix indentation. * util.c: Remove unused CLONE_STOPPED constant. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'util.c')
-rw-r--r--util.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/util.c b/util.c
index 18d29b7..5740273 100644
--- a/util.c
+++ b/util.c
@@ -1165,9 +1165,6 @@ printcall(struct tcb *tcp)
#ifndef CLONE_VM
# define CLONE_VM 0x00000100
#endif
-#ifndef CLONE_STOPPED
-# define CLONE_STOPPED 0x02000000
-#endif
static int
change_syscall(struct tcb *tcp, int new)