From 75ad21c832c3501ea038000cc3ea1da43ae11073 Mon Sep 17 00:00:00 2001 From: David Lin Date: Wed, 18 Nov 2020 23:41:09 +0800 Subject: [PATCH] Update pthread.h --- osal/posix/include/private/pthread.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osal/posix/include/private/pthread.h b/osal/posix/include/private/pthread.h index d4a9689d..85cedca6 100644 --- a/osal/posix/include/private/pthread.h +++ b/osal/posix/include/private/pthread.h @@ -115,5 +115,5 @@ __KNL__ int pthread_init(void); __CDECLS_END -#endif /* _POSIX_PRIVATE_PTHREAD_PRV_H_ */ +#endif /* _POSIX_PRIVATE_PTHREAD_H_ */