fix joinable semaphore of pthread not clear to NULL when detach.

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1337 bbd45198-f89e-11dd-88c7-29a3b14d5316
This commit is contained in:
bernard.xiong
2011-03-21 07:39:24 +00:00
parent adc63f2c0a
commit e9148ab6c7
2 changed files with 3 additions and 2 deletions

View File

@@ -129,7 +129,7 @@ typedef struct pthread_barrier pthread_barrier_t;
int pthread_attr_destroy(pthread_attr_t *attr);
int pthread_attr_init(pthread_attr_t *attr);
int pthread_init (void);
int pthread_system_init(void);
int pthread_create (pthread_t *tid, const pthread_attr_t *attr,
void *(*start) (void *), void *arg);