projects
/
apple
/
libc.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Libc-391.5.22.tar.gz
[apple/libc.git]
/
i386
/
sys
/
fork.s
diff --git
a/i386/sys/fork.s
b/i386/sys/fork.s
index 8dc35d25c247613cfcfff17e5a3148b754dda51b..c78eb04d016355bad487e3a138941e32b46566c2 100644
(file)
--- a/
i386/sys/fork.s
+++ b/
i386/sys/fork.s
@@
-23,7
+23,7
@@
/*
* Copyright (c) 1995 NeXT Computer, Inc. All Rights Reserved
*/
/*
* Copyright (c) 1995 NeXT Computer, Inc. All Rights Reserved
*/
-#include
"SYS.h"
+#include
<SYS.h>
LEAF(_fork, 0)
subl $28, %esp // Align the stack, with 16 bytes of extra padding that we'll need
LEAF(_fork, 0)
subl $28, %esp // Align the stack, with 16 bytes of extra padding that we'll need