Commit MetaInfo

Revision4a4c4e9e1a53c00d21600344d3fb044050297f7d (tree)
Zeit2016-01-01 18:59:49
AutorYoshinori Sato <ysato@user...>
CommiterYoshinori Sato

Log Message

h8300: vfork flags update.

Signed-off-by: Yoshinori Sato <ysato@users.sourceforge.jp>

Ändern Zusammenfassung

Diff

--- a/libc/sysdeps/linux/h8300/vfork.S
+++ b/libc/sysdeps/linux/h8300/vfork.S
@@ -56,7 +56,7 @@ done:
5656 jmp @er2
5757
5858 vfork_args:
59- .long 0x80004100 /* CLONE_VFORK | CLONE_VM | SIGCHLD */
59+ .long 0x00004111 /* CLONE_VFORK | CLONE_VM | SIGCHLD */
6060 .long 0
6161 .long 0
6262 .long 0
Show on old repository browser