bits/syscall.h: add landlock syscalls from linux v5.13
[musl.git] / src / thread / pthread_attr_destroy.c
blobb5845dd0f5afd6bb437b1992d9e19707dd2db87c
1 #include "pthread_impl.h"
3 int pthread_attr_destroy(pthread_attr_t *a)
5 return 0;