瀏覽代碼

_STAT_VER_LINUX added

Alexander Shiryaev 7 年之前
父節點
當前提交
c3c9561691
共有 1 個文件被更改,包括 4 次插入0 次删除
  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]