Skip to content

Commit 0b2b583

Browse files
authored
POSIX.1-2008
1 parent fed16d6 commit 0b2b583

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ typedef int blasint;
402402
#elif defined(OS_WINDOWS)
403403
#define YIELDING SwitchToThread()
404404

405-
#else // assume linux
405+
#else // assume POSIX.1-2008
406406
#define YIELDING sched_yield()
407407
#endif
408408
#endif

0 commit comments

Comments
 (0)