libroot: convert pthread_spinlock to C++

Change-Id: Ic65b624d343c2cdb4bbb138c94c0ea2f01f27139
Reviewed-on: https://review.haiku-os.org/c/haiku/+/4006
Reviewed-by: Adrien Destugues <pulkomandy@gmail.com>
This commit is contained in:
X512 2021-05-26 12:49:29 +09:00 committed by Adrien Destugues
parent 29a109bd6c
commit 1b41be049b
2 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ for architectureObject in [ MultiArchSubDirSetup ] {
pthread_mutexattr.c
pthread_once.cpp
pthread_rwlock.cpp
pthread_spinlock.c
pthread_spinlock.cpp
;
}
}