8000 Clarify an endif. · python/cpython@626a35c · GitHub
[go: up one dir, main page]

Skip to content

Commit 626a35c

Browse files
Clarify an endif.
1 parent 9d21fad commit 626a35c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Python/thread_pthread.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,8 @@ init_condattr(void)
132132
if (pthread_condattr_setclock(&ca, CLOCK_MONOTONIC) == 0) {
133133
condattr_monotonic = &ca; // Use monotonic clock
134134
}
135-
#endif
135+
# undef ca
136+
#endif // CONDATTR_MONOTONIC
136137
}
137138

138139
int

0 commit comments

Comments
 (0)
0