diff options
Diffstat (limited to 'sched.c')
-rw-r--r-- | sched.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -34,7 +34,7 @@ is_attr(const pthread_attr_t *attr) { return (attr == NULL || *attr == NULL || - (*attr)->valid != _PTHREAD_ATTR_VALID) ? 1 : 0; + (*attr)->valid != PTW32_ATTR_VALID) ? 1 : 0; } int |