Add .cantunwind to _dl_start_user
[platform/upstream/glibc.git] / elf / testobj3.c
index d8ede36..c025ff6 100644 (file)
@@ -1,7 +1,8 @@
 #include <dlfcn.h>
 #include <stdlib.h>
 
-extern int foo (int);
+#include "testobj.h"
+
 
 int
 obj3func1 (int a __attribute__ ((unused)))