mirror of
https://github.com/RaySollium99/libpicofe.git
synced 2025-09-07 07:38:04 -04:00
fix some warnings
This commit is contained in:
parent
697806c41d
commit
9fba90ac32
5 changed files with 34 additions and 9 deletions
5
posix.h
5
posix.h
|
@ -14,7 +14,10 @@
|
|||
#define mkdir(pathname,mode) mkdir(pathname)
|
||||
#define d_type d_ino
|
||||
#define DT_REG 0
|
||||
#define DT_DIR 0
|
||||
#define DT_DIR 1
|
||||
#define DT_LNK 2
|
||||
#define DT_UNKNOWN -1
|
||||
#define readlink(p,d,s) -1
|
||||
#endif
|
||||
|
||||
#else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue