Use chsh -l to see list

Questionchsh -s $(which zsh) Changing shell for baifudong. chsh: "/usr/bin/zsh" is not listed in /etc/shells. Use chsh -l to see list. Answerchsh -s /bin/zsh

error: unknown type name 'pthread_rwlock_t'

Question/toolchain/arm-buildroot-linux-gnueabihf_sdk-buildroot/arm-buildroot-linux-gnueabihf/sysroot/usr/include/pthread.h:967:33: error: unknown type name 'pthread_rwlock_t' extern int pthread_rwlock_init (pthread_rwlock_t *__restrict __rwlock, ^ AnswerRemove below line: #include <bits/pthreadtypes.
0%