From 83322511ad45a09a21d3b65ef23f8c601b0bd47d Mon Sep 17 00:00:00 2001 From: Jon Williams Date: Thu, 31 Mar 2016 13:46:17 -0400 Subject: [PATCH] fixed a tiny change to an #ifndef comment --- compat/clock_gettime/clock_gettime.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compat/clock_gettime/clock_gettime.h b/compat/clock_gettime/clock_gettime.h index ef0510c..83fdac7 100644 --- a/compat/clock_gettime/clock_gettime.h +++ b/compat/clock_gettime/clock_gettime.h @@ -16,7 +16,7 @@ typedef enum CLOCK_PROCESS_CPUTIME_ID, CLOCK_THREAD_CPUTIME_ID } clockid_t; -#endif // CLOCKID_T +#endif // ifndef CLOCKID_T struct timespec;