Changeset fa9815d9 in mainline for uspace/lib/posix/sys/types.h


Ignore:
Timestamp:
2011-06-25T19:06:21Z (13 years ago)
Author:
Jiří Zárevúcky <zarevucky.jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
e3891262
Parents:
f246c81c
Message:

Add types and constants to signal.h

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/posix/sys/types.h

    rf246c81c rfa9815d9  
    4949typedef sysarg_t posix_dev_t;
    5050
     51/* PThread types */
     52typedef struct posix_thread_attr posix_thread_attr_t;
     53
    5154#ifndef LIBPOSIX_INTERNAL
    5255        #define ino_t posix_ino_t
     
    5962        #define pid_t posix_pid_t
    6063        #define dev_t posix_dev_t
     64       
     65        #define pthread_attr_t posix_thread_attr_t
    6166#endif
    6267
Note: See TracChangeset for help on using the changeset viewer.