diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-06-12 21:56:56 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-06-12 21:56:56 +0000 |
commit | ffdab6f3bff9a31e895695309cea1e60d96a352b (patch) | |
tree | 20e310da49d8ead0aeecf76519957b7fac374b70 /libc/sysdeps/linux/sparc/vfork.S | |
parent | 92773db48eb6be7bc3ef12f44e4b163a7f5e0af3 (diff) |
Make sure these use the local sysdep.h header file
Diffstat (limited to 'libc/sysdeps/linux/sparc/vfork.S')
-rw-r--r-- | libc/sysdeps/linux/sparc/vfork.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/sparc/vfork.S b/libc/sysdeps/linux/sparc/vfork.S index 336dfdd59..985ea4ed1 100644 --- a/libc/sysdeps/linux/sparc/vfork.S +++ b/libc/sysdeps/linux/sparc/vfork.S @@ -19,7 +19,7 @@ /* Code taken from glibc2.2.2/sysdeps/unix/sysv/linux/sparc/vfork.S */ -#include <sysdep.h> +#include "sysdep.h" PSEUDO (__vfork, vfork, 0) sub %o1, 1, %o1 |