diff options
author | JozanLeClerc <JozanLeClerc@noemail.net> | 2020-11-21 15:53:19 +0000 |
---|---|---|
committer | JozanLeClerc <JozanLeClerc@noemail.net> | 2020-11-21 15:53:19 +0000 |
commit | 5ba3ccb008eb3365d5c0f89a865ae6dd1341ed98 (patch) | |
tree | e1f0d52bb2d0018ab23f3d8ddfe34b937265ed02 /src/c_bsdsetsid.S | |
parent | Removed shit (diff) | |
download | bsdsetsid-5ba3ccb008eb3365d5c0f89a865ae6dd1341ed98.tar.gz bsdsetsid-5ba3ccb008eb3365d5c0f89a865ae6dd1341ed98.tar.bz2 bsdsetsid-5ba3ccb008eb3365d5c0f89a865ae6dd1341ed98.tar.xz bsdsetsid-5ba3ccb008eb3365d5c0f89a865ae6dd1341ed98.tar.zst bsdsetsid-5ba3ccb008eb3365d5c0f89a865ae6dd1341ed98.zip |
Makefile update
FossilOrigin-Name: 465d9c763cb3e3c955c03cd315dc6be6e2550b5a
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 |