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
Auto merge of #2773 - semarie:openbsd-const, r=Amanieu
openbsd: constantify some arguments of openpty() and forkpty()
OpenBSD recently made `termp` and `winp` arguments of `openpty()` and `forkpty()` const.
to match the prototypes in glibc and musl libc.
It was done in [following commit](openbsd/src@78fa49e), which will be part of OpenBSD 7.2 .
0 commit comments