We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35f33c6 commit 703cdcfCopy full SHA for 703cdcf
1 file changed
newlib/libc/include/sys/stat.h
@@ -142,7 +142,7 @@ int mkfifo (const char *__path, mode_t __mode );
142
int stat (const char *__restrict __path, struct stat *__restrict __sbuf );
143
mode_t umask (mode_t __mask );
144
145
-#if defined (__SPU__) || defined(__rtems__) || defined(__CYGWIN__)
+#if defined (__SPU__) || defined(__rtems__) || defined(__CYGWIN__) || defined(__ps2sdk__)
146
int lstat (const char *__restrict __path, struct stat *__restrict __buf );
147
int mknod (const char *__path, mode_t __mode, dev_t __dev );
148
#endif
0 commit comments