We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9140c7 commit 7294c9aCopy full SHA for 7294c9a
1 file changed
newlib/libc/include/sys/stat.h
@@ -157,7 +157,7 @@ int mkfifo (const char *__path, mode_t __mode );
157
int stat (const char *__restrict __path, struct stat *__restrict __sbuf );
158
mode_t umask (mode_t __mask );
159
160
-#if defined (__SPU__) || defined(__rtems__) || defined(__CYGWIN__)
+#if defined (__SPU__) || defined(__rtems__) || defined(__CYGWIN__) || defined(__ps2sdk__)
161
int lstat (const char *__restrict __path, struct stat *__restrict __buf );
162
int mknod (const char *__path, mode_t __mode, dev_t __dev );
163
#endif
0 commit comments