Skip to content

Commit 47a79ab

Browse files
enable rwlock on aarch64
1 parent 33ee1f8 commit 47a79ab

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

libc/config/linux/aarch64/entrypoints.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -644,6 +644,15 @@ if(LLVM_LIBC_FULL_BUILD)
644644
libc.src.pthread.pthread_mutexattr_setrobust
645645
libc.src.pthread.pthread_mutexattr_settype
646646
libc.src.pthread.pthread_once
647+
libc.src.pthread.pthread_rwlock_init
648+
libc.src.pthread.pthread_rwlock_tryrdlock
649+
libc.src.pthread.pthread_rwlock_rdlock
650+
libc.src.pthread.pthread_rwlock_timedrdlock
651+
libc.src.pthread.pthread_rwlock_trywrlock
652+
libc.src.pthread.pthread_rwlock_wrlock
653+
libc.src.pthread.pthread_rwlock_timedwrlock
654+
libc.src.pthread.pthread_rwlock_unlock
655+
libc.src.pthread.pthread_rwlock_destroy
647656
libc.src.pthread.pthread_rwlockattr_destroy
648657
libc.src.pthread.pthread_rwlockattr_getkind_np
649658
libc.src.pthread.pthread_rwlockattr_getpshared

0 commit comments

Comments
 (0)