Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit3951fae

Browse files
committed
Fix declarations of pthread functions, missed in recent commit.
1 parent10a3471 commit3951fae

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎src/port/pthread-win32.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ DWORDpthread_self(void);
1010
voidpthread_setspecific(pthread_key_t,void*);
1111
void*pthread_getspecific(pthread_key_t);
1212

13-
voidpthread_mutex_init(pthread_mutex_t*,void*attr);
14-
voidpthread_mutex_lock(pthread_mutex_t*);
13+
intpthread_mutex_init(pthread_mutex_t*,void*attr);
14+
intpthread_mutex_lock(pthread_mutex_t*);
1515

1616
/* blocking */
17-
voidpthread_mutex_unlock(pthread_mutex_t*);
17+
intpthread_mutex_unlock(pthread_mutex_t*);
1818

1919
#endif

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp