Skip to content

Commit c713f7f

Browse files
fix auto added syscall
1 parent 05ddf87 commit c713f7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libc/test/integration/src/pthread/pthread_rwlock_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
//===----------------------------------------------------------------------===//
88

99
#include "src/__support/CPP/atomic.h"
10-
#include "src/__support/OSUtil/linux/aarch64/syscall.h"
10+
#include "src/__support/OSUtil/syscall.h"
1111
#include "src/__support/threads/linux/raw_mutex.h"
1212
#include "src/__support/threads/linux/rwlock.h"
1313
#include "src/__support/threads/sleep.h"

0 commit comments

Comments
 (0)