Changeset 7ffdcbd in mainline for uspace/lib/c/include/ipc/common.h


Ignore:
Timestamp:
2019-10-06T19:47:36Z (5 years ago)
Author:
Matthieu Riolo <matthieu.riolo@…>
Children:
ae004bc
Parents:
5be6361
git-author:
Matthieu Riolo <matthieu.riolo@…> (2019-10-06 19:43:50)
git-committer:
Matthieu Riolo <matthieu.riolo@…> (2019-10-06 19:47:36)
Message:

Correcting IPC calls introduced with taskman

The new PHONE_INITIAL has been corrected to make use of CAP_NIL.
Removing unneeded interfaces which were introduced during the
merging

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/include/ipc/common.h

    r5be6361 r7ffdcbd  
    4040
    4141/* Well known phone descriptors */
    42 #define PHONE_INITIAL  0
    43 
     42static cap_phone_handle_t const PHONE_INITIAL = (cap_phone_handle_t) (CAP_NIL + 1);
    4443#define IPC_FLAG_BLOCKING   0x01
    4544
Note: See TracChangeset for help on using the changeset viewer.