Changeset 5d4e90f0 in mainline for uspace/lib/libc/include/stdint.h


Ignore:
Timestamp:
2007-09-27T12:35:36Z (17 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
bcf23cf
Parents:
8c20b26
Message:

Header cleanup.
Move off_t, size_t and ssize_t into sys/types.h.
Get rid off the non-standard and dummy types.h.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/libc/include/stdint.h

    r8c20b26 r5d4e90f0  
    3636#define LIBC_STDINT_H_
    3737
    38 /* Definitions of types with fixed size*/
    39 #include <types.h>
     38/* Definitions of types with fixed size */
     39#include <libarch/types.h>
    4040
    4141#define MAX_INT8 (0x7F)
Note: See TracChangeset for help on using the changeset viewer.