extra text after #else

This commit is contained in:
Andreas Gustafsson
2001-11-15 01:58:28 +00:00
parent 00c8cf21f0
commit 3179bab5b8

View File

@@ -51,7 +51,7 @@ const char *
gai_strerror(int ecode) {
#ifndef DO_PTHREADS
static char buf[EAI_BUFSIZE];
#else DO_PTHREADS
#else /* DO_PTHREADS */
static pthread_mutex_t lock = PTHREAD_MUTEX_INITIALIZER;
static pthread_key_t key;
static int once = 0;