diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2004-05-24 20:16:13 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2004-05-24 20:16:13 +0000 |
commit | 6f87c994e188c5ccef743be390012f0dc3392e83 (patch) | |
tree | 80c189352073c3b3686bbec19bebb0085aaf923c /libexec/ld.so/amd64 | |
parent | 9d6daec549bf5305311f797a90baec7338ba9c88 (diff) |
Change define used to deal with PLT protection, use postive logic not negative.
ok mickey@
Diffstat (limited to 'libexec/ld.so/amd64')
-rw-r--r-- | libexec/ld.so/amd64/archdep.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/libexec/ld.so/amd64/archdep.h b/libexec/ld.so/amd64/archdep.h index a3f14cf5215..21b156fe594 100644 --- a/libexec/ld.so/amd64/archdep.h +++ b/libexec/ld.so/amd64/archdep.h @@ -1,4 +1,4 @@ -/* $OpenBSD: archdep.h,v 1.2 2004/02/27 17:36:15 deraadt Exp $ */ +/* $OpenBSD: archdep.h,v 1.3 2004/05/24 20:16:12 drahn Exp $ */ /* * Copyright (c) 1998 Per Fogelstrom, Opsycon AB @@ -42,8 +42,6 @@ #include "syscall.h" #include "util.h" -#define RTLD_TEXT_PLT - static inline void * _dl_mmap(void *addr, unsigned int len, unsigned int prot, unsigned int flags, int fd, off_t offset) |