You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hello, glad to read your code about signal, howerer when i execute make to get the target file, several errs , warnings occur. i will appreciate it if you can fix them up. it whil help a lot for a newbe like me。 thanks again.
The text was updated successfully, but these errors were encountered:
i fix these errors by exchanging the position of -lpthread and $< in Makefile.
And add two head files
#include <sys.types.h>
#include <sys/select.h>
which needed by function select.
Thank you!
This program was created to test the QNX/Posix pthread functionality, signal delivery and masking.
Not sure what would be the reason you need it :)
hello, glad to read your code about signal, howerer when i execute make to get the target file, several errs , warnings occur. i will appreciate it if you can fix them up. it whil help a lot for a newbe like me。 thanks again.
The text was updated successfully, but these errors were encountered: