when building for arm as thumb2 code, also request assembly as thumb
[musl.git] / src / conf / pathconf.c
blob01e19c59b9e5212141bc97a780c0485118ad0105
1 #include <unistd.h>
3 long pathconf(const char *path, int name)
5 return fpathconf(-1, name);