diff options
Diffstat (limited to 'lib/nscd.c')
-rw-r--r-- | lib/nscd.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 */ |