X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-psi;a=blobdiff_plain;f=psi.d%2Fstat.psi;fp=psi.d%2Fstat.psi;h=82d624976162301b1687dd8d90c5183209aa4232;hp=0b222250120dab30d2b2f791cb54689eefd6927e;hb=b4508f6b917660970f887894a6aaed6c220a2c72;hpb=3137da963d298c73ce3bc858874fdfc87fa941b7 diff --git a/psi.d/stat.psi b/psi.d/stat.psi index 0b22225..82d6249 100644 --- a/psi.d/stat.psi +++ b/psi.d/stat.psi @@ -1,4 +1,3 @@ -extern int stat(char *path, struct stat *buf); function psi\stat(string $path, array &$buf = NULL) : int { let path = strval($path); let buf = calloc(1, struct stat);