summaryrefslogtreecommitdiff
path: root/lang/fpc/files/patch-rtl-unix_bunxh.inc
blob: 5fb2ec529b410f4185573b592a91cdf14ade2768 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- rtl/unix/bunxh.inc	2019-11-05 11:17:53.000000000 -0500
+++ rtl/unix/bunxh.inc	2022-05-27 15:51:22.481698000 -0500
@@ -34,7 +34,7 @@
     Function  FpChmod      (path : pChar; Mode : TMode): cInt;
     Function  FpChown      (path : pChar; owner : TUid; group : TGid): cInt;
     Function  FpUtime      (path : pChar; times : putimbuf): cInt;
-    Function  FpPipe       (var fildes : tfildes):cInt;
+    Function  FpPipe       (var fildes : tfildes; flags : cInt):cInt;
     Function  FpDup        (fildes : cInt): cInt;  external name 'FPC_SYSC_DUP';
     Function  FpDup2       (fildes, fildes2 : cInt): cInt; external name 'FPC_SYSC_DUP2';
     Function  FpTimes      (var buffer : tms): TClock;