Changeset 3ebba9a in mainline


Ignore:
Timestamp:
2010-11-26T01:15:50Z (14 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
019a348
Parents:
5587cf7
Message:
  • remove explicit wchar_t typedef (use the typedef set by autotool)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified uspace/lib/c/include/sys/types.h

    r5587cf7 r3ebba9a  
    4646typedef uint64_t aoff64_t;
    4747
    48 /** Unicode code point */
    49 typedef int32_t wchar_t;
    50 
    5148typedef volatile uint8_t ioport8_t;
    5249typedef volatile uint16_t ioport16_t;
Note: See TracChangeset for help on using the changeset viewer.