summaryrefslogtreecommitdiffstats
path: root/lib/nscd.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/nscd.c')
-rw-r--r--lib/nscd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/nscd.c b/lib/nscd.c
index 2c2251a..451a5a3 100644
--- a/lib/nscd.c
+++ b/lib/nscd.c
@@ -53,6 +53,6 @@ int nscd_flush_cache (const char *service)
return 0;
}
#else /* USE_NSCD */
-extern int errno; /* warning: ANSI C forbids an empty source file */
+extern int ISO_C_forbids_an_empty_translation_unit;
#endif /* USE_NSCD */