From c3c956169134c4686ffe5b85c6a4cb073db6e85c Mon Sep 17 00:00:00 2001 From: Alexander Shiryaev Date: Fri, 9 Mar 2018 10:44:17 +0300 Subject: [PATCH] _STAT_VER_LINUX added --- BlackBox/_Linux_/Lin/Mod/gen-Libc/custom | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/BlackBox/_Linux_/Lin/Mod/gen-Libc/custom b/BlackBox/_Linux_/Lin/Mod/gen-Libc/custom index 0a934c2..45cc61e 100644 --- a/BlackBox/_Linux_/Lin/Mod/gen-Libc/custom +++ b/BlackBox/_Linux_/Lin/Mod/gen-Libc/custom @@ -1,3 +1,7 @@ + CONST + (* Ubuntu 18.04 /usr/include/i386-linux-gnu/bits/stat.h *) + _STAT_VER_LINUX* = 3; + TYPE (* Ubuntu 17.10 /usr/include/i386-linux-gnu/bits/types/sigval_t.h: *) sigval_t* = RECORD [union] -- 2.29.2