Changeset 9675296 in mainline for abi/include/abi/cap.h


Ignore:
Timestamp:
2019-07-04T13:00:35Z (5 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:
53afa639
Parents:
98c4c16
git-author:
Jiří Zárevúcky <zarevucky.jiri@…> (2019-07-04 12:49:24)
git-committer:
Jiří Zárevúcky <zarevucky.jiri@…> (2019-07-04 13:00:35)
Message:

Some clang fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • abi/include/abi/cap.h

    r98c4c16 r9675296  
    3939#include <stdint.h>
    4040
    41 enum {
    42         CAP_NIL = 0,
    43 };
    44 
    4541typedef void *cap_handle_t;
    4642
     
    5652typedef struct {
    5753} *cap_waitq_handle_t;
     54
     55static cap_handle_t const CAP_NIL = 0;
    5856
    5957static inline bool cap_handle_valid(cap_handle_t handle)
Note: See TracChangeset for help on using the changeset viewer.