Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

勘误:操作系统第5节 #32

Open
Terry-Qin opened this issue Jan 22, 2022 · 1 comment
Open

勘误:操作系统第5节 #32

Terry-Qin opened this issue Jan 22, 2022 · 1 comment

Comments

@Terry-Qin
Copy link

5、进程线程模型你知道多少?
相关接口:int pthread_create(pthread_t pthread, const pthread_attr_t *attr, void *(start_routine)(void *), void *agr);第1、3个参数类型有误
应为:int pthread_create(pthread_t *tidp,const pthread_attr_t *attr, void *(start_rtn)(void),void *arg);

@forthespada
Copy link
Owner

感谢,已经fix!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants