ElfW(Addr) user_entry;
ElfW(auxv_t) *av;
#ifdef HAVE_AUX_SECURE
+# define set_seen(tag) (tag) /* Evaluate for the side effects. */
# define set_seen_secure() ((void) 0)
#else
uid_t uid = 0;
_dl_base_addr = av->a_un.a_val;
break;
#endif
+#ifndef HAVE_AUX_SECURE
case AT_UID:
case AT_EUID:
uid ^= av->a_un.a_val;
case AT_EGID:
gid ^= av->a_un.a_val;
break;
+#endif
case AT_SECURE:
+#ifndef HAVE_AUX_SECURE
seen = -1;
+#endif
INTUSE(__libc_enable_secure) = av->a_un.a_val;
break;
case AT_PLATFORM: