Changeset 6fa476f7 in mainline for generic/include/syscall/syscall.h


Ignore:
Timestamp:
2006-04-26T17:03:15Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
a9e8b39
Parents:
f3ac636
Message:

Rename SYS_AS_AREA_SHARE_APPROVE and SYS_AS_AREA_SHARE_PERFORM, resp., to
SYS_AS_AREA_ACCEPT and SYS_AS_AREA_SEND, resp. in syscall_t.

Fix prototype of as_area_send() to take only base address of the address
space area as a parameter and read size and flags from the address space
area found at this base address.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • generic/include/syscall/syscall.h

    rf3ac636 r6fa476f7  
    4141        SYS_AS_AREA_CREATE,
    4242        SYS_AS_AREA_RESIZE,
    43         SYS_AS_AREA_SHARE_APPROVE,
    44         SYS_AS_AREA_SHARE_PERFORM,
     43        SYS_AS_AREA_ACCEPT,
     44        SYS_AS_AREA_SEND,
    4545        SYS_IPC_CALL_SYNC_FAST,
    4646        SYS_IPC_CALL_SYNC,
Note: See TracChangeset for help on using the changeset viewer.