std: Add TIOCGSID macro

This commit is contained in:
EnderIce2 2024-10-13 02:30:38 +03:00
parent 7cf35ec984
commit 850b8ec490
Signed by untrusted user who does not match committer: enderice2
GPG Key ID: EACC3AD603BAB4DD

View File

@ -74,5 +74,6 @@
#define TIOCMBIS 0x5416
#define TIOCMBIC 0x5417
#define TIOCMSET 0x5418
#define TIOCGSID 0x5429
#endif