about summary refs log tree commit diff
path: root/sysdeps/mach/hurd/enbl-secure.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/mach/hurd/enbl-secure.c')
-rw-r--r--sysdeps/mach/hurd/enbl-secure.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/sysdeps/mach/hurd/enbl-secure.c b/sysdeps/mach/hurd/enbl-secure.c
index 9aeb0fafa6..87a8f93013 100644
--- a/sysdeps/mach/hurd/enbl-secure.c
+++ b/sysdeps/mach/hurd/enbl-secure.c
@@ -21,3 +21,10 @@
    In the shared library, the `__libc_enable_secure' variable is defined
    by the dynamic linker in dl-sysdep.c and set there.
    In the static library, it is defined in init-first.c and set there.  */
+
+#include <libc-internal.h>
+
+void
+__libc_init_secure (void)
+{
+}