diff options
Diffstat (limited to 'elf/dl-deps.c')
-rw-r--r-- | elf/dl-deps.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/elf/dl-deps.c b/elf/dl-deps.c index f66b2669ac..b34039c4da 100644 --- a/elf/dl-deps.c +++ b/elf/dl-deps.c @@ -108,7 +108,7 @@ struct list char *__newp; \ \ /* DST must not appear in SUID/SGID programs. */ \ - if (INTUSE(__libc_enable_secure)) \ + if (__libc_enable_secure) \ _dl_signal_error (0, __str, NULL, N_("\ DST not allowed in SUID/SGID programs")); \ \ |