Changeset b79903b in mainline for uspace/lib/c


Ignore:
Timestamp:
2018-07-31T13:42:19Z (7 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
9c5e3a5
Parents:
6bb136b2
git-author:
Jiri Svoboda <jiri@…> (2018-07-30 20:41:11)
git-committer:
Jiri Svoboda <jiri@…> (2018-07-31 13:42:19)
Message:

SIF, work-in-progress.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/include/stdio.h

    r6bb136b2 rb79903b  
    178178
    179179extern FILE *tmpfile(void);
    180 extern char *tmpnam(char *s) __attribute__((deprecated));
     180extern char *tmpnam(char *s);
    181181
    182182#ifdef _HELENOS_SOURCE
Note: See TracChangeset for help on using the changeset viewer.