Browse Source

_STAT_VER_LINUX added

Alexander Shiryaev 7 năm trước cách đây
mục cha
commit
c3c9561691
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  1. 4 0
      BlackBox/_Linux_/Lin/Mod/gen-Libc/custom

+ 4 - 0
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]