Changeset 3b10ae36 in mainline for uspace/lib/c


Ignore:
Timestamp:
2018-08-02T14:14:14Z (7 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
0c27956
Parents:
82d9087 (diff), 42964a7 (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 SIF.

File:
1 edited

Legend:

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

    r82d9087 r3b10ae36  
    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.