瀏覽代碼

* Patch for inotify_event struct. Fixes issue #40860

Michaël Van Canneyt 1 月之前
父節點
當前提交
dd01c88f94
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      rtl/linux/linux.pp

+ 1 - 1
rtl/linux/linux.pp

@@ -410,7 +410,7 @@ Type
     mask   : cuint32;
     cookie : cuint32;
     len    : cuint32;
-    name   : AnsiChar;
+    name   : record end;
   end;
   Pinotify_event = ^inotify_event;