mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
Update the CloudABI definitions to version 0.7.
This version removes the native system call wrappers (the functions that use "syscall" to invoke a system call). The reason for this is that this will no longer be covered by the specification. Instead, userspace processes must use the vDSO to invoke system calls.
This commit is contained in:
parent
63040fe131
commit
2cd6391732
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=419868
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= cloudabi
|
||||
PORTVERSION= 0.6
|
||||
PORTVERSION= 0.7
|
||||
DISTVERSIONPREFIX=v
|
||||
CATEGORIES= devel
|
||||
|
||||
|
@ -1,2 +1,3 @@
|
||||
SHA256 (NuxiNL-cloudabi-v0.6_GH0.tar.gz) = 2b3e1ad30e4af3d2cb5560fb25d2bc9d328db7d1ad1f648dbd4bb8dbb3effb50
|
||||
SIZE (NuxiNL-cloudabi-v0.6_GH0.tar.gz) = 111250
|
||||
TIMESTAMP = 1470676531
|
||||
SHA256 (NuxiNL-cloudabi-v0.7_GH0.tar.gz) = a6e9fc8aa8c9ca70be5842e8097b4f260461ad2d00c683d84df88c6eb54caa52
|
||||
SIZE (NuxiNL-cloudabi-v0.7_GH0.tar.gz) = 109870
|
||||
|
@ -2,9 +2,6 @@ include/cloudabi32_types.h
|
||||
include/cloudabi64_types.h
|
||||
include/cloudabi_syscalls.h
|
||||
include/cloudabi_syscalls_info.h
|
||||
include/cloudabi_syscalls_native.h
|
||||
include/cloudabi_syscalls_native_aarch64.h
|
||||
include/cloudabi_syscalls_native_x86_64.h
|
||||
include/cloudabi_syscalls_struct.h
|
||||
include/cloudabi_types.h
|
||||
include/cloudabi_types_common.h
|
||||
|
Loading…
Reference in New Issue
Block a user