diff options
author | Eric Andersen <andersen@codepoet.org> | 2000-07-06 19:22:49 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2000-07-06 19:22:49 +0000 |
commit | ffb96c090015f49059d146deefbbd7e1f6baa642 (patch) | |
tree | 53229e8793e289f18a7453b144850b6583078c32 /libc/sysdeps/linux/i386/setjmp.S | |
parent | afb85e9d6ca1de8f1ecb267e8c30b88ba4382820 (diff) |
Some more major updates to further superate ucLibc from the kernel
headers (the way it has been done in GNU libc).
-Erik
Diffstat (limited to 'libc/sysdeps/linux/i386/setjmp.S')
-rw-r--r-- | libc/sysdeps/linux/i386/setjmp.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/i386/setjmp.S b/libc/sysdeps/linux/i386/setjmp.S index d6f2cba8b..d5139d7fe 100644 --- a/libc/sysdeps/linux/i386/setjmp.S +++ b/libc/sysdeps/linux/i386/setjmp.S @@ -20,7 +20,7 @@ #include <sysdep.h> #define _ASM #define _SETJMP_H -#include <machine/setjmp.h> +#include <bits/setjmp.h> ENTRY (__setjmp) popl %eax /* Pop return address. */ |