X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=opt%2Fpthreads%2F_PDCLIB_threadconfig.h;h=1ca4783a99c4fd81b78e81d5b3d896093a5fc7ab;hp=b855def3d15f14563ae6a2f653af5d815d935b9a;hb=d7f375a09a9912bb18ad42f1442fbf64311bfed6;hpb=0bfd3aa28ccec8c35481fe04d1dc82a0f1f522e6 diff --git a/opt/pthreads/_PDCLIB_threadconfig.h b/opt/pthreads/_PDCLIB_threadconfig.h index b855def..1ca4783 100644 --- a/opt/pthreads/_PDCLIB_threadconfig.h +++ b/opt/pthreads/_PDCLIB_threadconfig.h @@ -28,5 +28,7 @@ typedef pthread_once_t _PDCLIB_once_flag; #endif -_PDCLIB_END_EXTERN_C +#ifdef __cplusplus +} +#endif #endif