Changes in uspace/lib/posix/stdio.h [11544f4:4cf8ca6] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/posix/stdio.h
r11544f4 r4cf8ca6 116 116 extern int posix_remove(const char *path); 117 117 118 /* Renaming Files */119 extern int posix_rename(const char *old, const char *new);120 121 118 /* Temporary Files */ 122 119 #undef L_tmpnam 123 120 #define L_tmpnam PATH_MAX 124 121 extern char *posix_tmpnam(char *s); 125 extern char *posix_tempnam(const char *dir, const char *pfx);126 extern FILE *posix_tmpfile(void);127 122 128 123 #ifndef LIBPOSIX_INTERNAL … … 175 170 #define remove posix_remove 176 171 177 #define rename posix_rename178 179 172 #define tmpnam posix_tmpnam 180 #define tempnam posix_tempnam181 #define tmpfile posix_tmpfile182 173 #endif 183 174
Note:
See TracChangeset
for help on using the changeset viewer.