diff options
Diffstat (limited to 'src/c_bsdsetsid.S')
-rw-r--r-- | src/c_bsdsetsid.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/c_bsdsetsid.S b/src/c_bsdsetsid.S index 2c2d158..9f0e420 100644 --- a/src/c_bsdsetsid.S +++ b/src/c_bsdsetsid.S @@ -69,7 +69,7 @@ c_parent: c_child: xor %rax, %rax - mov $0x93, %rax /* SYS_setsid */ + movb $0x93, %al /* SYS_setsid */ syscall test %rax, %rax js e_setsid |