Add useful locker peaclock for Haiku

This commit is contained in:
Arun Prakash Jana 2020-01-02 03:07:56 +05:30
parent 4a3bf6d40f
commit c6a5db460f
No known key found for this signature in database
GPG Key ID: A75979F35C080412
1 changed files with 2 additions and 0 deletions

View File

@ -411,6 +411,8 @@ static char * const utils[] = {
"bashlock",
#elif defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__NetBSD__)
"lock",
#elif defined __HAIKU__
"peaclock",
#else
"vlock",
#endif