Skip to content

Commit 6e0f7aa

Browse files
Update Python/thread_pthread.h
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
1 parent 11c0437 commit 6e0f7aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Python/thread_pthread.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
#elif defined(__DragonFly__)
3232
# include <sys/lwp.h> /* lwp_gettid() */
3333
#elif defined(__sun__)
34-
# include <thread.h>
34+
# include <thread.h>
3535
#endif
3636

3737
/* The POSIX spec requires that use of pthread_attr_setstacksize

0 commit comments

Comments
 (0)