You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

12 lines
356 B

--- ../cache/alpine-2.20/pico/osdep/filesys.h 2015-01-12 05:12:25.274177340 +0000
+++ ./pico/osdep/filesys.h 2016-12-11 00:14:00.413116231 +0000
@@ -17,7 +17,8 @@
#ifndef PICO_OSDEP_FILESYS_INCLUDED
#define PICO_OSDEP_FILESYS_INCLUDED
-
+#define S_IWRITE S_IWUSR
+#define S_IREAD S_IRUSR
#include "../../pith/osdep/canaccess.h" /* for *_ACCESS */