We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
tcgetpgrp and tcsetpgrp should be declared in unistd.h e.g. 1003.1-2017/tcgetpgrp
tcgetpgrp
tcsetpgrp
unistd.h
Currently they are declared (indirectly) in termios.h This breaks an unpatched build of the dte editor.
termios.h
The text was updated successfully, but these errors were encountered:
Move tcgetpgrp and tcsetpgrp decls to unistd.h (jart#996)
63f89dc
Move tcgetpgrp and tcsetpgrp decls to unistd.h (#996) (#997)
b0cced8
No branches or pull requests
tcgetpgrp
andtcsetpgrp
should be declared inunistd.h
e.g. 1003.1-2017/tcgetpgrpCurrently they are declared (indirectly) in
termios.h
This breaks an unpatched build of the dte editor.
The text was updated successfully, but these errors were encountered: