From 850b8ec4906eb8cfbe65b0da79930cb16a12d377 Mon Sep 17 00:00:00 2001 From: EnderIce2 Date: Sun, 13 Oct 2024 02:30:38 +0300 Subject: [PATCH] std: Add TIOCGSID macro --- include_std/stropts.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include_std/stropts.h b/include_std/stropts.h index b8b900e..d482a04 100644 --- a/include_std/stropts.h +++ b/include_std/stropts.h @@ -74,5 +74,6 @@ #define TIOCMBIS 0x5416 #define TIOCMBIC 0x5417 #define TIOCMSET 0x5418 +#define TIOCGSID 0x5429 #endif