libroot: convert pthread_spinlock to C++

Change-Id: Ic65b624d343c2cdb4bbb138c94c0ea2f01f27139
Reviewed-on: https://review.haiku-os.org/c/haiku/+/4006
Reviewed-by: Adrien Destugues <[email protected]>
This commit is contained in:
X512
2021-05-26 16:48:47 +00:00
committed by Adrien Destugues
parent 29a109bd6c
commit 1b41be049b
2 changed files with 1 additions and 1 deletions
+1 -1
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
;
}
}