Skip to content

Commit 7c5df13

Browse files
committed
Remove OpenBSD change
1 parent f4869a4 commit 7c5df13

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

configure

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

configure.ac

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7563,7 +7563,6 @@ case "$ac_sys_system" in
75637563
Darwin) _PYTHREAD_NAME_MAXLEN=63;;
75647564
iOS) _PYTHREAD_NAME_MAXLEN=63;;
75657565
FreeBSD*) _PYTHREAD_NAME_MAXLEN=19;; # gh-131268
7566-
OpenBSD*) _PYTHREAD_NAME_MAXLEN=23;; # gh-131268
75677566
*) _PYTHREAD_NAME_MAXLEN=;;
75687567
esac
75697568
if test -n "$_PYTHREAD_NAME_MAXLEN"; then

0 commit comments

Comments
 (0)