silence compiler warning

This commit is contained in:
Mark Andrews
2005-08-23 04:47:45 +00:00
parent 0e72e2c967
commit f255d0ebd8

View File

@@ -17,7 +17,7 @@ static int mt_key_initialized = 0;
static int __res_init_ctx(void);
static void __res_destroy_ctx(void *);
#ifdef sun
#if defined(sun) && !defined(__GNUC__)
#pragma init (_mtctxres_init)
#endif
#endif