diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-11-14 02:26:48 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-11-14 02:26:48 +0000 |
commit | e8e2384f2ed57515873b81914c2999735856b02e (patch) | |
tree | e39a1f7045af8198af04b7b9440feda5d1ca4f22 /libc/sysdeps/linux/i386/Makefile | |
parent | cb308f782f71384fabf299e1a1341042b336f406 (diff) |
Fix the clone syscall so it actually works.
Diffstat (limited to 'libc/sysdeps/linux/i386/Makefile')
-rw-r--r-- | libc/sysdeps/linux/i386/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/i386/Makefile b/libc/sysdeps/linux/i386/Makefile index 6dd7c5f26..f38bc37ec 100644 --- a/libc/sysdeps/linux/i386/Makefile +++ b/libc/sysdeps/linux/i386/Makefile @@ -35,7 +35,7 @@ CRT0_OBJ=$(patsubst %.S,%.o, $(CRT0)) endif -SSRC=__longjmp.S setjmp.S vfork.S #_start.S #clone.S +SSRC=__longjmp.S setjmp.S vfork.S clone.S ifeq ($(UNIFIED_SYSCALL),true) SSRC += __uClibc_syscall.S endif |