flush
[m6w6/ext-psi] / psi.d / stat.psi
index 0b222250120dab30d2b2f791cb54689eefd6927e..82d624976162301b1687dd8d90c5183209aa4232 100644 (file)
@@ -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);