* nscd/aicache.c (addhstaiX): Check herrno after IPv4 lookup only
[jlayton/glibc.git] / nscd / nscd_setup_thread.c
index c17fbd5638e7298251f7466dde0f1ada97e8d4c3..4b6671e3003445937153e20b4f874595ea1a335c 100644 (file)
@@ -20,8 +20,9 @@
 #include <nscd.h>
 
 
-void
+int
 setup_thread (struct database_dyn *db)
 {
   /* Nothing.  */
+  return 0;
 }