Changeset 10fdd0e in mainline for uspace/lib/posix/stdio.h


Ignore:
Timestamp:
2011-06-26T01:34:47Z (14 years ago)
Author:
Petr Koupy <petr.koupy@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
f5b2522
Parents:
343d0da1 (diff), 4d41821 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge libposix changes.

File:
1 edited

Legend:

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

    r343d0da1 r10fdd0e  
    4242
    4343/* Character Input/Output */
     44#undef putc
    4445#define putc fputc
     46#undef getc
    4547#define getc fgetc
    4648extern int posix_ungetc(int c, FILE *stream);
     
    6870
    6971/* Temporary Files */
     72#undef L_tmpnam
     73#define L_tmpnam PATH_MAX
     74
    7075extern char *posix_tmpnam(char *s);
    7176
Note: See TracChangeset for help on using the changeset viewer.