diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-02-28 23:46:07 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-02-28 23:46:07 +0000 |
commit | 0e0e8dde81ff408a621bbf8165f55125b6f06c86 (patch) | |
tree | 22b6d376702b565f1493f24930583701bce736dd /libc/sysdeps | |
parent | 1c86fc78246d5589bcab47e36061759e1124b96a (diff) |
dont need pal.h here
Diffstat (limited to 'libc/sysdeps')
-rw-r--r-- | libc/sysdeps/linux/alpha/rt_sigaction.S | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/alpha/rt_sigaction.S b/libc/sysdeps/linux/alpha/rt_sigaction.S index 74133317c..f7e9e44a6 100644 --- a/libc/sysdeps/linux/alpha/rt_sigaction.S +++ b/libc/sysdeps/linux/alpha/rt_sigaction.S @@ -20,7 +20,6 @@ #include <features.h> #include <sys/syscall.h> #include <sys/regdef.h> -#include <asm/pal.h> /* On Alpha we desparately want to avoid having to issue an imb. Ordinarily the kernel would have to issue one after setting up the signal return |