summaryrefslogtreecommitdiff
path: root/test/integration/src/pthread/pthread_join_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/src/pthread/pthread_join_test.cpp')
-rw-r--r--test/integration/src/pthread/pthread_join_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/src/pthread/pthread_join_test.cpp b/test/integration/src/pthread/pthread_join_test.cpp
index da1a968aa47d..994fa57a6b33 100644
--- a/test/integration/src/pthread/pthread_join_test.cpp
+++ b/test/integration/src/pthread/pthread_join_test.cpp
@@ -25,7 +25,7 @@ static void nullJoinTest() {
}
TEST_MAIN() {
- libc_errno = 0;
+ LIBC_NAMESPACE::libc_errno = 0;
nullJoinTest();
return 0;
}