diff options
Diffstat (limited to 'libexec')
-rw-r--r-- | libexec/ld.so/m88k/ld.script | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/ld.so/m88k/ld.script b/libexec/ld.so/m88k/ld.script index fbfa84f861f..342524544b6 100644 --- a/libexec/ld.so/m88k/ld.script +++ b/libexec/ld.so/m88k/ld.script @@ -5,7 +5,7 @@ PHDRS btext PT_LOAD FLAGS (0x08000005); data PT_LOAD; random PT_OPENBSD_RANDOMIZE; - scalls PT_OPENBSD_SYSCALLS; + syscalls PT_OPENBSD_SYSCALLS; relro PT_GNU_RELRO; dynamic PT_DYNAMIC; note PT_NOTE; |