diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-02-28 05:50:42 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-02-28 05:50:42 +0000 |
commit | 7e5815897276af4764df7f5acf77142076f96088 (patch) | |
tree | b20cd5f8ee71e699511d152560455a151da60aa5 /libc/sysdeps/linux/alpha/crt1.S | |
parent | 10145bd5d142ac082d9b67e8a06b8c790bf89cbe (diff) |
grab regdef.h from glibc and use that instead of kernel headers regdef.h
Diffstat (limited to 'libc/sysdeps/linux/alpha/crt1.S')
-rw-r--r-- | libc/sysdeps/linux/alpha/crt1.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/alpha/crt1.S b/libc/sysdeps/linux/alpha/crt1.S index 2034fa3b9..0bf71248c 100644 --- a/libc/sysdeps/linux/alpha/crt1.S +++ b/libc/sysdeps/linux/alpha/crt1.S @@ -37,7 +37,7 @@ 02111-1307 USA. */ #include <features.h> -#include <asm/regdef.h> +#include <sys/regdef.h> .text .align 3 |