X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=opt%2Fpthreads%2F_PDCLIB_threadconfig.h;h=1ca4783a99c4fd81b78e81d5b3d896093a5fc7ab;hb=d7f375a09a9912bb18ad42f1442fbf64311bfed6;hp=b855def3d15f14563ae6a2f653af5d815d935b9a;hpb=37f62a3ac31302556f0cdad12b2250a6fc7872f1;p=pdclib 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