Changeset afbe96a in mainline for libc/include/unistd.h


Ignore:
Timestamp:
2006-07-04T17:18:24Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
0166e99
Parents:
09087d2
Message:

Replace old u?? types with respective C99 variants (e.g. uint32_t, int64_t, uintptr_t etc.).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libc/include/unistd.h

    r09087d2 rafbe96a  
    2727 */
    2828
    29  /** @addtogroup libc
     29/** @addtogroup libc
    3030 * @{
    3131 */
     
    3737
    3838#include <types.h>
    39 #include <arch/mm/page.h>
     39#include <libarch/config.h>
    4040
    4141#define NULL 0
     
    5050#endif
    5151
    52 
    53  /** @}
     52/** @}
    5453 */
    5554 
Note: See TracChangeset for help on using the changeset viewer.