diff options
author | Eric Andersen <andersen@codepoet.org> | 2004-02-10 09:26:57 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2004-02-10 09:26:57 +0000 |
commit | 70709408336e483de74947eb53e9ba01ef4ab140 (patch) | |
tree | fe17e15c0f272c571607172fc5c89d094de5f60c /ldso/include/dl-syscall.h | |
parent | c201ba7c107edbb5fe81c641e87715a4930a4ff1 (diff) |
Rework file naming, aiming for at least a vague level of consistancy
Diffstat (limited to 'ldso/include/dl-syscall.h')
-rw-r--r-- | ldso/include/dl-syscall.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ldso/include/dl-syscall.h b/ldso/include/dl-syscall.h index 344a93039..0dd3f593d 100644 --- a/ldso/include/dl-syscall.h +++ b/ldso/include/dl-syscall.h @@ -2,7 +2,7 @@ #define _LD_SYSCALL_H_ /* Pull in the arch specific syscall implementation */ -#include <ld_syscalls.h> +#include <dl-syscalls.h> /* For MAP_ANONYMOUS -- differs between platforms */ #include <asm/mman.h> /* Pull in whatever this particular arch's kernel thinks the kernel version of |