Changeset cc6f688 in mainline for libc/arch/ia32/include/types.h


Ignore:
Timestamp:
2005-11-22T17:07:38Z (19 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
3a6d6656
Parents:
25b0e6a
Message:

uspace work

File:
1 moved

Legend:

Unmodified
Added
Removed
  • libc/arch/ia32/include/types.h

    r25b0e6a rcc6f688  
    2727 */
    2828
    29 #include <libc.h>
     29#ifndef __LIBC__TYPES_H__
     30#define __LIBC__TYPES_H__
    3031
    31 void __syscall(const unsigned int id, const unsigned int p1, const unsigned int p2, const unsigned int p3)
    32 {
     32typedef unsigned int sysarg_t;
     33typedef unsigned int size_t;
     34typedef signed int ssize_t;
    3335
    34 }
     36#endif
Note: See TracChangeset for help on using the changeset viewer.