Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/posix/stdio.h

    r11544f4 r4cf8ca6  
    116116extern int posix_remove(const char *path);
    117117
    118 /* Renaming Files */
    119 extern int posix_rename(const char *old, const char *new);
    120 
    121118/* Temporary Files */
    122119#undef L_tmpnam
    123120#define L_tmpnam PATH_MAX
    124121extern char *posix_tmpnam(char *s);
    125 extern char *posix_tempnam(const char *dir, const char *pfx);
    126 extern FILE *posix_tmpfile(void);
    127122
    128123#ifndef LIBPOSIX_INTERNAL
     
    175170        #define remove posix_remove
    176171
    177         #define rename posix_rename
    178 
    179172        #define tmpnam posix_tmpnam
    180         #define tempnam posix_tempnam
    181         #define tmpfile posix_tmpfile
    182173#endif
    183174
Note: See TracChangeset for help on using the changeset viewer.