#endif should not have a non-comment token after it.
GCC 2.97 (snapshot) complains about this.
This commit is contained in:
parent
1d733bbd10
commit
515f933b8b
@ -45,7 +45,7 @@ static char sccsid[] = "@(#)readdir.c 8.3 (Berkeley) 9/29/94";
|
||||
#ifdef _THREAD_SAFE
|
||||
#include <pthread.h>
|
||||
#include "pthread_private.h"
|
||||
#endif _THREAD_SAFE
|
||||
#endif /* _THREAD_SAFE */
|
||||
|
||||
/*
|
||||
* get next entry in a directory.
|
||||
|
Loading…
Reference in New Issue
Block a user