summaryrefslogtreecommitdiff
path: root/devel/p5-IO-AIO/files/patch-AIO.xs
blob: cf26e3bbb7a5e7ec4329cbcaf1bc7a273a70f51c (plain)
1
2
3
4
5
6
7
8
9
10
11
--- AIO.xs.orig	2022-09-25 16:29:50 UTC
+++ AIO.xs
@@ -2924,7 +2924,7 @@ fexecve (SV *fh, SV *args, SV *envs = &PL_sv_undef)
 	OUTPUT: RETVAL
 
 int
-mount (octet_string special, octet_string path, octet_string fstype, UV flags = 0, octet_string_ornull data = 0)
+mount (octet_string special, octet_string path, UV flags = 0, octet_string_ornull data = 0)
 	CODE:
 #if HAVE_MOUNT
           RETVAL = mount (special, path, fstype, flags, data);