Changeset 2777
- Timestamp:
- 08/27/08 12:38:07 (3 months ago)
- Files:
-
- trunk/lib/syscall_ctxcreate-v23.hc (deleted)
- trunk/lib/syscall_ctxcreate.c (modified) (1 diff)
- trunk/lib/syscall_ctxmigrate-v23.hc (deleted)
- trunk/lib/syscall_ctxmigrate.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lib/syscall_ctxcreate.c
r2744 r2777 37 37 #endif 38 38 39 #if defined(VC_ENABLE_API_V23)40 # include "syscall_ctxcreate-v23.hc"41 #endif42 43 39 #if defined(VC_ENABLE_API_V13) || defined(VC_ENABLE_API_V21) 44 40 xid_t 45 41 vc_ctx_create(xid_t xid, struct vc_ctx_flags *flags) 46 42 { 47 CALL_VC(CALL_VC_V23P(vc_ctx_create, xid, flags), 48 CALL_VC_V21 (vc_ctx_create, xid, flags), 43 CALL_VC(CALL_VC_V21 (vc_ctx_create, xid, flags), 49 44 CALL_VC_V13A(vc_ctx_create, xid, flags)); 50 45 } trunk/lib/syscall_ctxmigrate.c
r2744 r2777 37 37 #endif 38 38 39 #if defined(VC_ENABLE_API_V23)40 # include "syscall_ctxmigrate-v23.hc"41 #endif42 43 39 #if defined(VC_ENABLE_API_V13) || defined(VC_ENABLE_API_V21) 44 40 int 45 41 vc_ctx_migrate(xid_t xid, uint_least64_t flags) 46 42 { 47 CALL_VC(CALL_VC_V23P (vc_ctx_migrate, xid, flags), 48 CALL_VC_SPACES(vc_ctx_migrate, xid, flags), 43 CALL_VC(CALL_VC_SPACES(vc_ctx_migrate, xid, flags), 49 44 CALL_VC_V13A (vc_ctx_migrate, xid)); 50 45 }
