diff options
| author | Peter Wemm <peter@FreeBSD.org> | 2003-12-11 18:42:51 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 2003-12-11 18:42:51 +0000 |
| commit | 080f5381b7fea5111c6521ddb26c9a803aebb34e (patch) | |
| tree | a4dfab4bba85860ac2f3126cc52b5634e9f918aa /libexec | |
| parent | 194c3cd4924b1073814cc7a3e29d356da3d45ebe (diff) | |
Notes
Diffstat (limited to 'libexec')
| -rw-r--r-- | libexec/rtld-elf/amd64/rtld_machdep.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libexec/rtld-elf/amd64/rtld_machdep.h b/libexec/rtld-elf/amd64/rtld_machdep.h index 91da22dabecd3..0fb431b9ad938 100644 --- a/libexec/rtld-elf/amd64/rtld_machdep.h +++ b/libexec/rtld-elf/amd64/rtld_machdep.h @@ -32,6 +32,8 @@ #include <sys/types.h> #include <machine/atomic.h> +#define CACHE_LINE_SIZE 64 + struct Struct_Obj_Entry; /* Return the address of the .dynamic section in the dynamic linker. */ |
