diff options
author | Yoshinori Sato <ysato@users.sourceforge.jp> | 2016-01-01 19:48:49 +0900 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-01-06 23:54:30 +0100 |
commit | ccd86ad29826db38734fcca2c55c89199f2815bc (patch) | |
tree | bbcd0ca176009071d5d5bfc486f4c410fffb465d /libc/sysdeps | |
parent | c1b5c59ece6b223f2941769ec484da4d0dc2baa6 (diff) |
h8300: vfork flags update.
Signed-off-by: Yoshinori Sato <ysato@users.sourceforge.jp>
Diffstat (limited to 'libc/sysdeps')
-rw-r--r-- | libc/sysdeps/linux/h8300/vfork.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/h8300/vfork.S b/libc/sysdeps/linux/h8300/vfork.S index 1c70dd2f5..24370df3a 100644 --- a/libc/sysdeps/linux/h8300/vfork.S +++ b/libc/sysdeps/linux/h8300/vfork.S @@ -56,7 +56,7 @@ done: jmp @er2 vfork_args: - .long 0x80004100 /* CLONE_VFORK | CLONE_VM | SIGCHLD */ + .long 0x00004111 /* CLONE_VFORK | CLONE_VM | SIGCHLD */ .long 0 .long 0 .long 0 |