Changeset ff443e5 for libcfa


Ignore:
Timestamp:
Mar 29, 2023, 6:47:22 PM (13 months ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
ADT, ast-experimental, master
Children:
70056ed, 9082d7e8
Parents:
ac235a8
Message:

forgot to add to last commit

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/concurrency/pthread.cfa

    rac235a8 rff443e5  
    152152
    153153//######################### Attr helpers #########################
    154 struct cfaPthread_attr_t {                                                              // thread attributes
     154typedef struct cfaPthread_attr_t {                                              // thread attributes
    155155                int contentionscope;
    156156                int detachstate;
     
    160160                int inheritsched;
    161161                struct sched_param param;
    162 } typedef cfaPthread_attr_t;
     162} cfaPthread_attr_t;
    163163
    164164static const cfaPthread_attr_t default_attrs {
Note: See TracChangeset for help on using the changeset viewer.