Changeset 91aded7 in mainline


Ignore:
Timestamp:
2011-07-21T00:32:38Z (13 years ago)
Author:
Petr Koupy <petr.koupy@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
94f8b81c
Parents:
aa5acd47
Message:

Added missing macros for new functions from inttypes.h.

File:
1 edited

Legend:

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

    raa5acd47 r91aded7  
    4444    char **restrict endptr, int base);
    4545
     46#ifndef LIBPOSIX_INTERNAL
     47        #define strtoimax posix_strtoimax
     48        #define strtoumax posix_strtoumax
     49#endif
     50
    4651#endif /* POSIX_INTTYPES_H_ */
    4752
Note: See TracChangeset for help on using the changeset viewer.