Oopsie with threading.h

This commit is contained in:
Victor Zhang
2024-12-17 18:37:33 -08:00
parent fa5bfb6030
commit 58a7f4b869
+3 -3
View File
@@ -140,7 +140,6 @@ int ZSTD_pthread_cond_destroy(ZSTD_pthread_cond_t* cond);
#else /* ZSTD_MULTITHREAD not defined */ #else /* ZSTD_MULTITHREAD not defined */
/* No multithreading support */ /* No multithreading support */
#if defined (__cplusplus) #if defined (__cplusplus)
extern "C" { extern "C" {
#endif #endif
@@ -160,10 +159,11 @@ typedef int ZSTD_pthread_cond_t;
/* do not use ZSTD_pthread_t */ /* do not use ZSTD_pthread_t */
#endif /* ZSTD_MULTITHREAD */
#if defined (__cplusplus) #if defined (__cplusplus)
} }
#endif #endif
#endif /* ZSTD_MULTITHREAD */
#endif /* THREADING_H_938743 */ #endif /* THREADING_H_938743 */