Ignore:
File:
1 edited

Legend:

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

    re3891262 r823a929  
    4242
    4343/* Character Input/Output */
    44 #undef putc
    4544#define putc fputc
    46 #undef getc
    4745#define getc fgetc
    4846extern int posix_ungetc(int c, FILE *stream);
     
    7068
    7169/* Temporary Files */
    72 #undef L_tmpnam
    73 #define L_tmpnam PATH_MAX
    74 
    7570extern char *posix_tmpnam(char *s);
    7671
Note: See TracChangeset for help on using the changeset viewer.