@zigc/lib 0.17.0-dev.607 → 0.17.0-dev.644
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/compiler/Maker/PkgConfig.zig +15 -7
- package/compiler/Maker/Step/Compile.zig +7 -9
- package/compiler/Maker/Step/Fmt.zig +1 -1
- package/compiler/Maker/Step/Run.zig +59 -41
- package/compiler/Maker/Step/TranslateC.zig +6 -5
- package/compiler/Maker/Step.zig +47 -16
- package/compiler/Maker.zig +54 -44
- package/libc/include/aarch64-netbsd-none/aarch64/armreg.h +259 -22
- package/libc/include/aarch64-netbsd-none/aarch64/byte_swap.h +3 -2
- package/libc/include/aarch64-netbsd-none/aarch64/cpu.h +26 -1
- package/libc/include/aarch64-netbsd-none/aarch64/lwp_private.h +3 -0
- package/libc/include/aarch64-netbsd-none/aarch64/pmap.h +7 -33
- package/libc/include/aarch64-netbsd-none/aarch64/sljit_machdep.h +1 -1
- package/libc/include/aarch64-netbsd-none/aarch64/vmparam.h +4 -4
- package/libc/include/aarch64-netbsd-none/machine/armreg.h +259 -22
- package/libc/include/aarch64-netbsd-none/machine/byte_swap.h +3 -2
- package/libc/include/aarch64-netbsd-none/machine/cpu.h +26 -1
- package/libc/include/aarch64-netbsd-none/machine/lwp_private.h +3 -0
- package/libc/include/aarch64-netbsd-none/machine/pmap.h +7 -33
- package/libc/include/aarch64-netbsd-none/machine/sljit_machdep.h +1 -1
- package/libc/include/aarch64-netbsd-none/machine/vmparam.h +4 -4
- package/libc/include/arm-netbsd-eabi/float.h +2 -1
- package/libc/include/arm-netbsd-eabi/machine/asm.h +48 -19
- package/libc/include/arm-netbsd-eabi/machine/byte_swap.h +121 -0
- package/libc/include/arm-netbsd-eabi/machine/cpu.h +1 -3
- package/libc/include/arm-netbsd-eabi/machine/float.h +2 -1
- package/libc/include/arm-netbsd-eabi/machine/lwp_private.h +81 -0
- package/libc/include/arm-netbsd-eabi/machine/mcontext.h +5 -51
- package/libc/include/arm-netbsd-eabi/machine/mutex.h +1 -1
- package/libc/include/arm-netbsd-eabi/machine/proc.h +2 -2
- package/libc/include/arm-netbsd-eabi/machine/profile.h +28 -96
- package/libc/include/arm-netbsd-eabi/machine/setjmp.h +7 -6
- package/libc/include/arm-netbsd-eabi/machine/sysarch.h +85 -0
- package/libc/include/generic-netbsd/altq/altq.h +2 -2
- package/libc/include/generic-netbsd/altq/altq_afmap.h +2 -1
- package/libc/include/generic-netbsd/altq/altq_classq.h +8 -6
- package/libc/include/generic-netbsd/altq/altq_jobs.h +37 -37
- package/libc/include/generic-netbsd/altq/altq_rmclass.h +8 -8
- package/libc/include/generic-netbsd/altq/altq_var.h +2 -2
- package/libc/include/generic-netbsd/arm/arm32/pmap.h +8 -32
- package/libc/include/generic-netbsd/arm/arm32/vmparam.h +5 -5
- package/libc/include/generic-netbsd/arm/asm.h +48 -19
- package/libc/include/generic-netbsd/arm/byte_swap.h +2 -2
- package/libc/include/generic-netbsd/arm/cpu.h +1 -3
- package/libc/include/generic-netbsd/arm/cputypes.h +12 -1
- package/libc/include/generic-netbsd/arm/float.h +2 -1
- package/libc/include/generic-netbsd/arm/lwp_private.h +81 -0
- package/libc/include/generic-netbsd/arm/mcontext.h +5 -51
- package/libc/include/generic-netbsd/arm/mutex.h +1 -1
- package/libc/include/generic-netbsd/arm/proc.h +2 -2
- package/libc/include/generic-netbsd/arm/profile.h +28 -96
- package/libc/include/generic-netbsd/arm/setjmp.h +7 -6
- package/libc/include/generic-netbsd/arpa/nameser.h +3 -3
- package/libc/include/generic-netbsd/arpa/nameser_compat.h +3 -3
- package/libc/include/generic-netbsd/assert.h +12 -22
- package/libc/include/generic-netbsd/bitstring.h +5 -5
- package/libc/include/generic-netbsd/cdbw.h +2 -2
- package/libc/include/generic-netbsd/crypto/cryptodev.h +99 -92
- package/libc/include/generic-netbsd/dev/i2c/emcfaninfo.h +234 -0
- package/libc/include/generic-netbsd/dev/i2c/emcfanreg.h +127 -0
- package/libc/include/generic-netbsd/dev/i2o/i2o.h +3 -366
- package/libc/include/generic-netbsd/dev/ic/hd44780var.h +3 -1
- package/libc/include/generic-netbsd/dev/ic/scmdreg.h +2 -2
- package/libc/include/generic-netbsd/dev/ic/stireg.h +777 -0
- package/libc/include/generic-netbsd/dev/ic/summitreg.h +214 -0
- package/libc/include/generic-netbsd/dev/iscsi/iscsi.h +1 -1
- package/libc/include/generic-netbsd/dev/pci/amrreg.h +2 -2
- package/libc/include/generic-netbsd/dev/pci/mlyreg.h +2 -2
- package/libc/include/generic-netbsd/dev/pci/pcidevs.h +177 -22
- package/libc/include/generic-netbsd/dev/pci/pcidevs_data.h +14971 -14588
- package/libc/include/generic-netbsd/dev/pci/pcireg.h +14 -14
- package/libc/include/generic-netbsd/dev/pckbc/pckbdreg.h +2 -1
- package/libc/include/generic-netbsd/dev/pcmcia/if_rayreg.h +2 -2
- package/libc/include/generic-netbsd/dev/raidframe/raidframeio.h +1 -1
- package/libc/include/generic-netbsd/dev/scsipi/scsi_disk.h +42 -7
- package/libc/include/generic-netbsd/dev/scsipi/scsi_spc.h +2 -2
- package/libc/include/generic-netbsd/dev/scsipi/scsipi_all.h +83 -2
- package/libc/include/generic-netbsd/dev/scsipi/scsipiconf.h +3 -1
- package/libc/include/generic-netbsd/dev/tc/sfbreg.h +3 -3
- package/libc/include/generic-netbsd/dev/tc/sticio.h +2 -2
- package/libc/include/generic-netbsd/dev/usb/umcpmio_hid_reports.h +499 -0
- package/libc/include/generic-netbsd/dev/usb/umcpmio_io.h +45 -0
- package/libc/include/generic-netbsd/dev/usb/usb.h +44 -6
- package/libc/include/generic-netbsd/dev/vndvar.h +2 -2
- package/libc/include/generic-netbsd/dev/wscons/wsconsio.h +19 -1
- package/libc/include/generic-netbsd/dev/wscons/wsksymdef.h +2 -2
- package/libc/include/generic-netbsd/dirent.h +1 -1
- package/libc/include/generic-netbsd/dlfcn.h +4 -2
- package/libc/include/generic-netbsd/elf.h +32 -20
- package/libc/include/generic-netbsd/elfdefinitions.h +1 -1
- package/libc/include/generic-netbsd/evbarm/intr.h +1 -1
- package/libc/include/generic-netbsd/evbmips/lwp_private.h +3 -0
- package/libc/include/generic-netbsd/execinfo.h +4 -2
- package/libc/include/generic-netbsd/fcntl.h +26 -2
- package/libc/include/generic-netbsd/float.h +58 -2
- package/libc/include/generic-netbsd/fmtmsg.h +2 -2
- package/libc/include/generic-netbsd/fs/hfs/libhfs.h +1 -1
- package/libc/include/generic-netbsd/fs/nilfs/nilfs_fs.h +2 -2
- package/libc/include/generic-netbsd/gelf.h +2 -2
- package/libc/include/generic-netbsd/i386/asm.h +12 -4
- package/libc/include/generic-netbsd/i386/byte_swap.h +2 -2
- package/libc/include/generic-netbsd/i386/cpu.h +15 -4
- package/libc/include/generic-netbsd/i386/elf_machdep.h +2 -1
- package/libc/include/generic-netbsd/i386/lwp_private.h +3 -0
- package/libc/include/generic-netbsd/i386/mcontext.h +6 -24
- package/libc/include/generic-netbsd/i386/param.h +9 -1
- package/libc/include/generic-netbsd/i386/pcb.h +6 -2
- package/libc/include/generic-netbsd/i386/ptrace.h +2 -2
- package/libc/include/generic-netbsd/i386/types.h +2 -1
- package/libc/include/generic-netbsd/i386/wchar_limits.h +1 -1
- package/libc/include/generic-netbsd/isofs/cd9660/cd9660_extern.h +6 -1
- package/libc/include/generic-netbsd/isofs/cd9660/cd9660_mount.h +7 -1
- package/libc/include/generic-netbsd/langinfo.h +2 -1
- package/libc/include/generic-netbsd/lauxlib.h +1 -1
- package/libc/include/generic-netbsd/libelf.h +6 -15
- package/libc/include/generic-netbsd/limits.h +1 -1
- package/libc/include/generic-netbsd/lua.h +1 -1
- package/libc/include/generic-netbsd/luaconf.h +1 -1
- package/libc/include/generic-netbsd/lualib.h +1 -1
- package/libc/include/generic-netbsd/lwp.h +1 -1
- package/libc/include/generic-netbsd/machine/ansi.h +2 -2
- package/libc/include/generic-netbsd/machine/aout_machdep.h +39 -2
- package/libc/include/generic-netbsd/machine/arm32/pmap.h +8 -32
- package/libc/include/generic-netbsd/machine/arm32/vmparam.h +5 -5
- package/libc/include/generic-netbsd/machine/asm.h +271 -2
- package/libc/include/generic-netbsd/machine/bswap.h +9 -1
- package/libc/include/generic-netbsd/machine/byte_swap.h +42 -64
- package/libc/include/generic-netbsd/machine/cdefs.h +7 -2
- package/libc/include/generic-netbsd/machine/cpu.h +207 -30
- package/libc/include/generic-netbsd/machine/cputypes.h +12 -1
- package/libc/include/generic-netbsd/machine/disklabel.h +41 -42
- package/libc/include/generic-netbsd/machine/elf_machdep.h +143 -2
- package/libc/include/generic-netbsd/machine/endian.h +1 -1
- package/libc/include/generic-netbsd/machine/fenv.h +35 -2
- package/libc/include/generic-netbsd/machine/float.h +58 -2
- package/libc/include/generic-netbsd/machine/frame.h +129 -2
- package/libc/include/generic-netbsd/machine/ieee.h +3 -2
- package/libc/include/generic-netbsd/machine/ieeefp.h +43 -2
- package/libc/include/generic-netbsd/machine/int_const.h +32 -2
- package/libc/include/generic-netbsd/machine/int_fmtio.h +380 -2
- package/libc/include/generic-netbsd/machine/int_limits.h +2 -2
- package/libc/include/generic-netbsd/machine/int_mwgwtypes.h +2 -2
- package/libc/include/generic-netbsd/machine/int_types.h +2 -2
- package/libc/include/generic-netbsd/machine/kcore.h +39 -2
- package/libc/include/generic-netbsd/machine/limits.h +2 -2
- package/libc/include/generic-netbsd/machine/lock.h +2 -2
- package/libc/include/generic-netbsd/machine/lwp_private.h +83 -0
- package/libc/include/generic-netbsd/machine/math.h +3 -2
- package/libc/include/generic-netbsd/machine/mcontext.h +149 -2
- package/libc/include/generic-netbsd/machine/mutex.h +127 -2
- package/libc/include/generic-netbsd/machine/param.h +90 -23
- package/libc/include/generic-netbsd/machine/pcb.h +54 -2
- package/libc/include/generic-netbsd/machine/pmap.h +262 -2
- package/libc/include/generic-netbsd/machine/proc.h +75 -2
- package/libc/include/generic-netbsd/machine/profile.h +116 -2
- package/libc/include/generic-netbsd/machine/psl.h +2 -2
- package/libc/include/generic-netbsd/machine/pte.h +346 -2
- package/libc/include/generic-netbsd/machine/ptrace.h +62 -2
- package/libc/include/generic-netbsd/machine/reg.h +124 -2
- package/libc/include/generic-netbsd/machine/reloc.h +2 -2
- package/libc/include/generic-netbsd/machine/setjmp.h +69 -2
- package/libc/include/generic-netbsd/machine/signal.h +39 -2
- package/libc/include/generic-netbsd/machine/sljit_machdep.h +1 -1
- package/libc/include/generic-netbsd/machine/sysarch.h +2 -84
- package/libc/include/generic-netbsd/machine/sysreg.h +354 -0
- package/libc/include/generic-netbsd/machine/trap.h +2 -2
- package/libc/include/generic-netbsd/machine/types.h +118 -6
- package/libc/include/generic-netbsd/machine/vmparam.h +235 -2
- package/libc/include/generic-netbsd/machine/wchar_limits.h +2 -2
- package/libc/include/generic-netbsd/math.h +19 -6
- package/libc/include/generic-netbsd/md2.h +6 -3
- package/libc/include/generic-netbsd/mips/asm.h +69 -17
- package/libc/include/generic-netbsd/mips/bswap.h +3 -1
- package/libc/include/generic-netbsd/mips/cpu.h +7 -7
- package/libc/include/generic-netbsd/mips/elf_machdep.h +2 -1
- package/libc/include/generic-netbsd/mips/fenv.h +2 -1
- package/libc/include/generic-netbsd/mips/float.h +3 -2
- package/libc/include/generic-netbsd/mips/frame.h +3 -2
- package/libc/include/generic-netbsd/mips/limits.h +4 -13
- package/libc/include/generic-netbsd/mips/lwp_private.h +87 -0
- package/libc/include/generic-netbsd/mips/mcontext.h +2 -53
- package/libc/include/generic-netbsd/mips/mips3_pte.h +2 -2
- package/libc/include/generic-netbsd/mips/mips_param.h +16 -2
- package/libc/include/generic-netbsd/mips/mutex.h +1 -1
- package/libc/include/generic-netbsd/mips/types.h +1 -1
- package/libc/include/generic-netbsd/mips/vmparam.h +1 -1
- package/libc/include/generic-netbsd/miscfs/kernfs/kernfs.h +2 -2
- package/libc/include/generic-netbsd/miscfs/procfs/procfs.h +33 -2
- package/libc/include/generic-netbsd/miscfs/specfs/specdev.h +1 -2
- package/libc/include/generic-netbsd/monetary.h +2 -1
- package/libc/include/generic-netbsd/net/agr/if_agrioctl.h +2 -2
- package/libc/include/generic-netbsd/net/bpf.h +11 -4
- package/libc/include/generic-netbsd/net/bpfdesc.h +1 -1
- package/libc/include/generic-netbsd/net/dlt.h +222 -48
- package/libc/include/generic-netbsd/net/if.h +20 -5
- package/libc/include/generic-netbsd/net/if_bridgevar.h +2 -3
- package/libc/include/generic-netbsd/net/if_ether.h +4 -3
- package/libc/include/generic-netbsd/net/if_lagg.h +2 -2
- package/libc/include/generic-netbsd/net/if_media.h +2 -2
- package/libc/include/generic-netbsd/net/if_ppp.h +1 -3
- package/libc/include/generic-netbsd/net/if_stats.h +19 -5
- package/libc/include/generic-netbsd/net/net_stats.h +13 -6
- package/libc/include/generic-netbsd/net/npf.h +33 -5
- package/libc/include/generic-netbsd/net/pfkeyv2.h +1 -1
- package/libc/include/generic-netbsd/net/route.h +4 -4
- package/libc/include/generic-netbsd/net80211/ieee80211_node.h +3 -2
- package/libc/include/generic-netbsd/net80211/ieee80211_var.h +2 -2
- package/libc/include/generic-netbsd/netbt/hci.h +3 -3
- package/libc/include/generic-netbsd/netdb.h +2 -2
- package/libc/include/generic-netbsd/netinet/icmp6.h +6 -2
- package/libc/include/generic-netbsd/netinet/in.h +17 -17
- package/libc/include/generic-netbsd/netinet/in_var.h +5 -9
- package/libc/include/generic-netbsd/netinet/ip_mroute.h +24 -28
- package/libc/include/generic-netbsd/netinet/ip_var.h +2 -2
- package/libc/include/generic-netbsd/netinet/sctp.h +4 -4
- package/libc/include/generic-netbsd/netinet/tcp_var.h +2 -2
- package/libc/include/generic-netbsd/netinet/tcp_vtw.h +2 -2
- package/libc/include/generic-netbsd/netinet6/in6_var.h +7 -33
- package/libc/include/generic-netbsd/netinet6/ip6_var.h +2 -2
- package/libc/include/generic-netbsd/nfs/krpc.h +9 -4
- package/libc/include/generic-netbsd/nfs/nfs.h +5 -3
- package/libc/include/generic-netbsd/nfs/nfsdiskless.h +37 -20
- package/libc/include/generic-netbsd/nfs/nfsm_subs.h +4 -7
- package/libc/include/generic-netbsd/nfs/nfsmount.h +3 -4
- package/libc/include/generic-netbsd/nfs/nfsnode.h +9 -6
- package/libc/include/generic-netbsd/nfs/nfsproto.h +5 -2
- package/libc/include/generic-netbsd/nfs/nfsrtt.h +8 -4
- package/libc/include/generic-netbsd/nfs/nfsrvcache.h +9 -3
- package/libc/include/generic-netbsd/nfs/rpcv2.h +5 -3
- package/libc/include/generic-netbsd/nfs/xdr_subs.h +6 -5
- package/libc/include/generic-netbsd/nl_types.h +3 -1
- package/libc/include/generic-netbsd/ntfs/ntfs_inode.h +2 -2
- package/libc/include/generic-netbsd/poll.h +8 -2
- package/libc/include/generic-netbsd/prop/prop_object.h +48 -3
- package/libc/include/generic-netbsd/protocols/talkd.h +2 -2
- package/libc/include/generic-netbsd/pthread.h +51 -12
- package/libc/include/generic-netbsd/regex.h +2 -1
- package/libc/include/generic-netbsd/riscv/ansi.h +3 -0
- package/libc/include/generic-netbsd/riscv/aout_machdep.h +40 -0
- package/libc/include/generic-netbsd/riscv/asm.h +272 -0
- package/libc/include/generic-netbsd/riscv/bswap.h +11 -0
- package/libc/include/generic-netbsd/riscv/byte_swap.h +99 -0
- package/libc/include/generic-netbsd/riscv/cdefs.h +8 -0
- package/libc/include/generic-netbsd/riscv/cpu.h +242 -0
- package/libc/include/generic-netbsd/riscv/disklabel.h +68 -0
- package/libc/include/generic-netbsd/riscv/elf_machdep.h +144 -0
- package/libc/include/generic-netbsd/riscv/endian.h +3 -0
- package/libc/include/generic-netbsd/riscv/endian_machdep.h +3 -0
- package/libc/include/generic-netbsd/riscv/fenv.h +36 -0
- package/libc/include/generic-netbsd/riscv/float.h +59 -0
- package/libc/include/generic-netbsd/riscv/ieee.h +4 -0
- package/libc/include/generic-netbsd/riscv/ieeefp.h +44 -0
- package/libc/include/generic-netbsd/riscv/int_const.h +33 -0
- package/libc/include/generic-netbsd/riscv/int_fmtio.h +381 -0
- package/libc/include/generic-netbsd/riscv/int_limits.h +3 -0
- package/libc/include/generic-netbsd/riscv/int_mwgwtypes.h +3 -0
- package/libc/include/generic-netbsd/riscv/int_types.h +3 -0
- package/libc/include/generic-netbsd/riscv/kcore.h +40 -0
- package/libc/include/generic-netbsd/riscv/limits.h +3 -0
- package/libc/include/generic-netbsd/riscv/lock.h +3 -0
- package/libc/include/generic-netbsd/riscv/lwp_private.h +83 -0
- package/libc/include/generic-netbsd/riscv/math.h +4 -0
- package/libc/include/generic-netbsd/riscv/mcontext.h +150 -0
- package/libc/include/generic-netbsd/riscv/mutex.h +128 -0
- package/libc/include/generic-netbsd/riscv/param.h +110 -0
- package/libc/include/generic-netbsd/riscv/pcb.h +55 -0
- package/libc/include/generic-netbsd/riscv/pmap.h +263 -0
- package/libc/include/generic-netbsd/riscv/proc.h +76 -0
- package/libc/include/generic-netbsd/riscv/profile.h +117 -0
- package/libc/include/generic-netbsd/riscv/pte.h +347 -0
- package/libc/include/generic-netbsd/riscv/ptrace.h +63 -0
- package/libc/include/generic-netbsd/riscv/reg.h +125 -0
- package/libc/include/generic-netbsd/riscv/rwlock.h +1 -0
- package/libc/include/generic-netbsd/riscv/setjmp.h +70 -0
- package/libc/include/generic-netbsd/riscv/signal.h +40 -0
- package/libc/include/generic-netbsd/riscv/sysarch.h +3 -0
- package/libc/include/generic-netbsd/riscv/sysreg.h +354 -0
- package/libc/include/generic-netbsd/riscv/types.h +123 -0
- package/libc/include/generic-netbsd/riscv/vmparam.h +236 -0
- package/libc/include/generic-netbsd/riscv/wchar_limits.h +13 -0
- package/libc/include/generic-netbsd/rmd160.h +3 -3
- package/libc/include/generic-netbsd/rpc/xdr.h +3 -3
- package/libc/include/generic-netbsd/rpcsvc/yp_prot.h +3 -2
- package/libc/include/generic-netbsd/rump/rump_namei.h +2 -2
- package/libc/include/generic-netbsd/rump/rump_syscalls.h +4 -4
- package/libc/include/generic-netbsd/rump/rumpuser.h +6 -1
- package/libc/include/generic-netbsd/rump/rumpvnode_if.h +2 -2
- package/libc/include/generic-netbsd/sha1.h +3 -3
- package/libc/include/generic-netbsd/sha2.h +8 -1
- package/libc/include/generic-netbsd/signal.h +4 -4
- package/libc/include/generic-netbsd/sparc/asm.h +10 -1
- package/libc/include/generic-netbsd/sparc/bswap.h +9 -1
- package/libc/include/generic-netbsd/sparc/cgtworeg.h +2 -2
- package/libc/include/generic-netbsd/sparc/cpu.h +1 -1
- package/libc/include/generic-netbsd/sparc/float.h +3 -1
- package/libc/include/generic-netbsd/sparc/limits.h +4 -6
- package/libc/include/generic-netbsd/sparc/lwp_private.h +51 -0
- package/libc/include/generic-netbsd/sparc/mcontext.h +4 -22
- package/libc/include/generic-netbsd/sparc/mutex.h +1 -1
- package/libc/include/generic-netbsd/sparc/param.h +4 -2
- package/libc/include/generic-netbsd/sparc/pmap.h +2 -2
- package/libc/include/generic-netbsd/sparc/psl.h +6 -3
- package/libc/include/generic-netbsd/sparc/types.h +2 -2
- package/libc/include/generic-netbsd/sparc64/bswap.h +9 -1
- package/libc/include/generic-netbsd/sparc64/cpu.h +2 -2
- package/libc/include/generic-netbsd/sparc64/ctlreg.h +8 -7
- package/libc/include/generic-netbsd/sparc64/intr.h +1 -1
- package/libc/include/generic-netbsd/sparc64/lwp_private.h +3 -0
- package/libc/include/generic-netbsd/sparc64/mcontext.h +4 -4
- package/libc/include/generic-netbsd/sparc64/mutex.h +1 -1
- package/libc/include/generic-netbsd/sparc64/param.h +8 -2
- package/libc/include/generic-netbsd/sparc64/psl.h +7 -2
- package/libc/include/generic-netbsd/sparc64/pte.h +2 -2
- package/libc/include/generic-netbsd/sparc64/vmparam.h +1 -1
- package/libc/include/generic-netbsd/ssp/ssp.h +16 -6
- package/libc/include/generic-netbsd/stdalign.h +3 -3
- package/libc/include/generic-netbsd/stdarg.h +2 -2
- package/libc/include/generic-netbsd/stddef.h +90 -12
- package/libc/include/generic-netbsd/stdlib.h +11 -2
- package/libc/include/generic-netbsd/stdnoreturn.h +2 -2
- package/libc/include/generic-netbsd/string.h +66 -39
- package/libc/include/generic-netbsd/strings.h +17 -3
- package/libc/include/generic-netbsd/sys/atomic.h +10 -5
- package/libc/include/generic-netbsd/sys/bitops.h +2 -2
- package/libc/include/generic-netbsd/sys/bootblock.h +13 -2
- package/libc/include/generic-netbsd/sys/bswap.h +46 -20
- package/libc/include/generic-netbsd/sys/buf.h +3 -3
- package/libc/include/generic-netbsd/sys/cdefs.h +44 -6
- package/libc/include/generic-netbsd/sys/cdefs_aout.h +8 -1
- package/libc/include/generic-netbsd/sys/cdefs_elf.h +9 -2
- package/libc/include/generic-netbsd/sys/chio.h +2 -2
- package/libc/include/generic-netbsd/sys/clock.h +5 -1
- package/libc/include/generic-netbsd/sys/common_limits.h +3 -1
- package/libc/include/generic-netbsd/sys/condvar.h +1 -1
- package/libc/include/generic-netbsd/sys/conf.h +4 -3
- package/libc/include/generic-netbsd/sys/container_of.h +75 -0
- package/libc/include/generic-netbsd/sys/device.h +20 -13
- package/libc/include/generic-netbsd/sys/disk.h +8 -1
- package/libc/include/generic-netbsd/sys/disklabel.h +2 -2
- package/libc/include/generic-netbsd/sys/disklabel_gpt.h +7 -1
- package/libc/include/generic-netbsd/sys/efiio.h +1 -1
- package/libc/include/generic-netbsd/sys/elfdefinitions.h +2368 -1591
- package/libc/include/generic-netbsd/sys/endian.h +17 -17
- package/libc/include/generic-netbsd/sys/evcnt.h +15 -2
- package/libc/include/generic-netbsd/sys/event.h +3 -2
- package/libc/include/generic-netbsd/sys/exec.h +2 -2
- package/libc/include/generic-netbsd/sys/exec_elf.h +32 -20
- package/libc/include/generic-netbsd/sys/fcntl.h +26 -2
- package/libc/include/generic-netbsd/sys/fd_set.h +3 -3
- package/libc/include/generic-netbsd/sys/featuretest.h +24 -6
- package/libc/include/generic-netbsd/sys/file.h +18 -6
- package/libc/include/generic-netbsd/sys/filedesc.h +8 -4
- package/libc/include/generic-netbsd/sys/futex.h +11 -11
- package/libc/include/generic-netbsd/sys/ieee754.h +2 -2
- package/libc/include/generic-netbsd/sys/ipc.h +2 -2
- package/libc/include/generic-netbsd/sys/ipmi.h +4 -2
- package/libc/include/generic-netbsd/sys/ksem.h +1 -1
- package/libc/include/generic-netbsd/sys/ktrace.h +6 -4
- package/libc/include/generic-netbsd/sys/lock.h +2 -2
- package/libc/include/generic-netbsd/sys/lua.h +1 -1
- package/libc/include/generic-netbsd/sys/lwp.h +25 -92
- package/libc/include/generic-netbsd/sys/mbuf.h +15 -13
- package/libc/include/generic-netbsd/sys/mman.h +11 -3
- package/libc/include/generic-netbsd/sys/mount.h +1 -2
- package/libc/include/generic-netbsd/sys/msg.h +3 -3
- package/libc/include/generic-netbsd/sys/mutex.h +1 -3
- package/libc/include/generic-netbsd/sys/namei.h +32 -17
- package/libc/include/generic-netbsd/sys/param.h +11 -8
- package/libc/include/generic-netbsd/sys/pipe.h +10 -11
- package/libc/include/generic-netbsd/sys/poll.h +8 -2
- package/libc/include/generic-netbsd/sys/proc.h +15 -15
- package/libc/include/generic-netbsd/sys/ptrace.h +24 -7
- package/libc/include/generic-netbsd/sys/ptree.h +2 -1
- package/libc/include/generic-netbsd/sys/queue.h +37 -37
- package/libc/include/generic-netbsd/sys/rbtree.h +23 -9
- package/libc/include/generic-netbsd/sys/resourcevar.h +2 -2
- package/libc/include/generic-netbsd/sys/rmd160.h +3 -3
- package/libc/include/generic-netbsd/sys/rndio.h +1 -1
- package/libc/include/generic-netbsd/sys/rwlock.h +1 -2
- package/libc/include/generic-netbsd/sys/sched.h +1 -1
- package/libc/include/generic-netbsd/sys/sdt.h +181 -111
- package/libc/include/generic-netbsd/sys/sem.h +7 -2
- package/libc/include/generic-netbsd/sys/sha1.h +3 -3
- package/libc/include/generic-netbsd/sys/sha2.h +8 -1
- package/libc/include/generic-netbsd/sys/shm.h +2 -2
- package/libc/include/generic-netbsd/sys/siginfo.h +5 -5
- package/libc/include/generic-netbsd/sys/signal.h +1 -1
- package/libc/include/generic-netbsd/sys/sigtypes.h +4 -4
- package/libc/include/generic-netbsd/sys/sleepq.h +14 -27
- package/libc/include/generic-netbsd/sys/socket.h +3 -1
- package/libc/include/generic-netbsd/sys/socketvar.h +4 -4
- package/libc/include/generic-netbsd/sys/stat.h +5 -5
- package/libc/include/generic-netbsd/sys/stdalign.h +55 -0
- package/libc/include/generic-netbsd/sys/stdarg.h +2 -2
- package/libc/include/generic-netbsd/sys/stddef.h +156 -0
- package/libc/include/generic-netbsd/sys/swap.h +2 -2
- package/libc/include/generic-netbsd/sys/syncobj.h +9 -6
- package/libc/include/generic-netbsd/sys/syscall.h +29 -8
- package/libc/include/generic-netbsd/sys/syscallargs.h +89 -12
- package/libc/include/generic-netbsd/sys/sysctl.h +94 -86
- package/libc/include/generic-netbsd/sys/syslimits.h +8 -1
- package/libc/include/generic-netbsd/sys/syslog.h +6 -7
- package/libc/include/generic-netbsd/sys/time.h +10 -8
- package/libc/include/generic-netbsd/sys/tree.h +13 -13
- package/libc/include/generic-netbsd/sys/tty.h +2 -2
- package/libc/include/generic-netbsd/sys/ttycom.h +7 -1
- package/libc/include/generic-netbsd/sys/types.h +1 -1
- package/libc/include/generic-netbsd/sys/ucontext.h +46 -49
- package/libc/include/generic-netbsd/sys/un.h +12 -4
- package/libc/include/generic-netbsd/sys/unistd.h +103 -102
- package/libc/include/generic-netbsd/sys/unpcb.h +2 -2
- package/libc/include/generic-netbsd/sys/vmmeter.h +1 -39
- package/libc/include/generic-netbsd/sys/vnode_if.h +2 -2
- package/libc/include/generic-netbsd/sys/vnode_impl.h +6 -3
- package/libc/include/generic-netbsd/sys/wapbl_replay.h +2 -2
- package/libc/include/generic-netbsd/sys/wchan.h +37 -0
- package/libc/include/generic-netbsd/syslog.h +6 -7
- package/libc/include/generic-netbsd/time.h +44 -8
- package/libc/include/generic-netbsd/tzfile.h +11 -6
- package/libc/include/generic-netbsd/uchar.h +1 -1
- package/libc/include/generic-netbsd/ucontext.h +2 -1
- package/libc/include/generic-netbsd/ufs/ext2fs/ext2fs.h +31 -16
- package/libc/include/generic-netbsd/ufs/ext2fs/ext2fs_dir.h +1 -1
- package/libc/include/generic-netbsd/ufs/ext2fs/ext2fs_extents.h +5 -5
- package/libc/include/generic-netbsd/ufs/ext2fs/ext2fs_extern.h +4 -4
- package/libc/include/generic-netbsd/ufs/ffs/ffs_extern.h +1 -1
- package/libc/include/generic-netbsd/ufs/ffs/fs.h +3 -3
- package/libc/include/generic-netbsd/ufs/ufs/quota2.h +2 -2
- package/libc/include/generic-netbsd/unistd.h +11 -5
- package/libc/include/generic-netbsd/unwind.h +1 -1
- package/libc/include/generic-netbsd/util.h +15 -1
- package/libc/include/generic-netbsd/uvm/uvm.h +1 -5
- package/libc/include/generic-netbsd/uvm/uvm_extern.h +3 -4
- package/libc/include/generic-netbsd/uvm/uvm_object.h +2 -2
- package/libc/include/generic-netbsd/uvm/uvm_param.h +1 -1
- package/libc/include/generic-netbsd/uvm/uvm_swap.h +14 -3
- package/libc/include/generic-netbsd/wchar.h +7 -2
- package/libc/include/generic-netbsd/x86/bootinfo.h +4 -1
- package/libc/include/generic-netbsd/x86/cpu.h +18 -1
- package/libc/include/generic-netbsd/x86/cpu_extended_state.h +3 -1
- package/libc/include/generic-netbsd/x86/cpuvar.h +4 -1
- package/libc/include/generic-netbsd/x86/float.h +24 -1
- package/libc/include/generic-netbsd/x86/ieee.h +11 -7
- package/libc/include/generic-netbsd/x86/lwp_private.h +56 -0
- package/libc/include/generic-netbsd/x86/mutex.h +1 -1
- package/libc/include/generic-netbsd/x86/specialreg.h +111 -23
- package/libc/include/m68k-netbsd-none/m68k/asm.h +11 -2
- package/libc/include/m68k-netbsd-none/m68k/bus_dma.h +2 -2
- package/libc/include/m68k-netbsd-none/m68k/byte_swap.h +2 -2
- package/libc/include/m68k-netbsd-none/m68k/cacheops_30.h +2 -2
- package/libc/include/m68k-netbsd-none/m68k/cacheops_40.h +3 -1
- package/libc/include/m68k-netbsd-none/m68k/cacheops_60.h +5 -3
- package/libc/include/m68k-netbsd-none/m68k/cpu.h +86 -59
- package/libc/include/m68k-netbsd-none/m68k/cpuframe.h +5 -5
- package/libc/include/m68k-netbsd-none/m68k/fenv.h +6 -4
- package/libc/include/m68k-netbsd-none/m68k/float.h +26 -1
- package/libc/include/m68k-netbsd-none/m68k/frame.h +31 -19
- package/libc/include/m68k-netbsd-none/m68k/ieee.h +13 -8
- package/libc/include/m68k-netbsd-none/m68k/ieeefp.h +3 -3
- package/libc/include/m68k-netbsd-none/m68k/int_limits.h +2 -2
- package/libc/include/m68k-netbsd-none/m68k/intr.h +211 -0
- package/libc/include/m68k-netbsd-none/m68k/kcore.h +31 -31
- package/libc/include/m68k-netbsd-none/m68k/lwp_private.h +64 -0
- package/libc/include/m68k-netbsd-none/m68k/m68k.h +3 -7
- package/libc/include/m68k-netbsd-none/m68k/mcontext.h +5 -36
- package/libc/include/m68k-netbsd-none/m68k/mmu_30.h +105 -0
- package/libc/include/m68k-netbsd-none/m68k/mmu_40.h +232 -0
- package/libc/include/m68k-netbsd-none/m68k/mmu_51.h +273 -0
- package/libc/include/m68k-netbsd-none/m68k/mutex.h +1 -1
- package/libc/include/m68k-netbsd-none/m68k/pcb.h +2 -2
- package/libc/include/m68k-netbsd-none/m68k/pmap_motorola.h +32 -23
- package/libc/include/m68k-netbsd-none/m68k/psl.h +26 -7
- package/libc/include/m68k-netbsd-none/m68k/pte_motorola.h +37 -26
- package/libc/include/m68k-netbsd-none/m68k/trap.h +7 -7
- package/libc/include/m68k-netbsd-none/mac68k/cpu.h +1 -57
- package/libc/include/m68k-netbsd-none/mac68k/intr.h +3 -2
- package/libc/include/m68k-netbsd-none/mac68k/lwp_private.h +3 -0
- package/libc/include/m68k-netbsd-none/mac68k/pmap.h +20 -2
- package/libc/include/m68k-netbsd-none/mac68k/z8530var.h +2 -2
- package/libc/include/m68k-netbsd-none/machine/cpu.h +1 -57
- package/libc/include/m68k-netbsd-none/machine/intr.h +3 -2
- package/libc/include/m68k-netbsd-none/machine/lwp_private.h +3 -0
- package/libc/include/m68k-netbsd-none/machine/pmap.h +20 -2
- package/libc/include/m68k-netbsd-none/machine/z8530var.h +2 -2
- package/libc/include/mips-netbsd-eabi/machine/lwp_private.h +3 -0
- package/libc/include/powerpc-netbsd-eabi/evbppc/lwp_private.h +3 -0
- package/libc/include/powerpc-netbsd-eabi/float.h +3 -0
- package/libc/include/powerpc-netbsd-eabi/machine/ansi.h +3 -0
- package/libc/include/powerpc-netbsd-eabi/machine/aout_machdep.h +3 -0
- package/libc/include/powerpc-netbsd-eabi/machine/asm.h +3 -0
- package/libc/include/powerpc-netbsd-eabi/machine/cdefs.h +3 -0
- package/libc/include/powerpc-netbsd-eabi/machine/cpu.h +65 -0
- package/libc/include/powerpc-netbsd-eabi/machine/disklabel.h +69 -0
- package/libc/include/powerpc-netbsd-eabi/machine/elf_machdep.h +3 -0
- package/libc/include/powerpc-netbsd-eabi/machine/endian.h +3 -0
- package/libc/include/powerpc-netbsd-eabi/machine/fenv.h +3 -0
- package/libc/include/powerpc-netbsd-eabi/machine/float.h +3 -0
- package/libc/include/powerpc-netbsd-eabi/machine/frame.h +3 -0
- package/libc/include/powerpc-netbsd-eabi/machine/ieee.h +3 -0
- package/libc/include/powerpc-netbsd-eabi/machine/ieeefp.h +3 -0
- package/libc/include/powerpc-netbsd-eabi/machine/int_const.h +3 -0
- package/libc/include/powerpc-netbsd-eabi/machine/int_fmtio.h +3 -0
- package/libc/include/powerpc-netbsd-eabi/machine/int_limits.h +3 -0
- package/libc/include/powerpc-netbsd-eabi/machine/int_mwgwtypes.h +3 -0
- package/libc/include/powerpc-netbsd-eabi/machine/int_types.h +3 -0
- package/libc/include/powerpc-netbsd-eabi/machine/kcore.h +3 -0
- package/libc/include/powerpc-netbsd-eabi/machine/limits.h +3 -0
- package/libc/include/powerpc-netbsd-eabi/machine/lock.h +3 -0
- package/libc/include/powerpc-netbsd-eabi/machine/lwp_private.h +3 -0
- package/libc/include/powerpc-netbsd-eabi/machine/math.h +3 -0
- package/libc/include/powerpc-netbsd-eabi/machine/mcontext.h +3 -0
- package/libc/include/powerpc-netbsd-eabi/machine/mutex.h +3 -0
- package/libc/include/powerpc-netbsd-eabi/machine/param.h +43 -0
- package/libc/include/powerpc-netbsd-eabi/machine/pcb.h +3 -0
- package/libc/include/powerpc-netbsd-eabi/machine/pmap.h +3 -0
- package/libc/include/powerpc-netbsd-eabi/machine/proc.h +3 -0
- package/libc/include/powerpc-netbsd-eabi/machine/profile.h +3 -0
- package/libc/include/powerpc-netbsd-eabi/machine/psl.h +3 -0
- package/libc/include/powerpc-netbsd-eabi/machine/pte.h +3 -0
- package/libc/include/powerpc-netbsd-eabi/machine/ptrace.h +3 -0
- package/libc/include/powerpc-netbsd-eabi/machine/reg.h +3 -0
- package/libc/include/powerpc-netbsd-eabi/machine/reloc.h +3 -0
- package/libc/include/powerpc-netbsd-eabi/machine/setjmp.h +3 -0
- package/libc/include/powerpc-netbsd-eabi/machine/signal.h +3 -0
- package/libc/include/{mips-netbsd-eabi → powerpc-netbsd-eabi}/machine/sljit_machdep.h +1 -1
- package/libc/include/powerpc-netbsd-eabi/machine/trap.h +3 -0
- package/libc/include/powerpc-netbsd-eabi/machine/types.h +11 -0
- package/libc/include/powerpc-netbsd-eabi/machine/vmparam.h +3 -0
- package/libc/include/powerpc-netbsd-eabi/machine/wchar_limits.h +3 -0
- package/libc/include/{generic-netbsd → powerpc-netbsd-eabi}/powerpc/asm.h +12 -2
- package/libc/include/powerpc-netbsd-eabi/powerpc/bswap.h +14 -0
- package/libc/include/{generic-netbsd → powerpc-netbsd-eabi}/powerpc/cpu.h +3 -3
- package/libc/include/{generic-netbsd → powerpc-netbsd-eabi}/powerpc/fenv.h +2 -1
- package/libc/include/{generic-netbsd → powerpc-netbsd-eabi}/powerpc/ibm4xx/pmap.h +3 -3
- package/libc/include/{generic-netbsd → powerpc-netbsd-eabi}/powerpc/ieee.h +7 -2
- package/libc/include/{generic-netbsd → powerpc-netbsd-eabi}/powerpc/limits.h +4 -13
- package/libc/include/powerpc-netbsd-eabi/powerpc/lwp_private.h +79 -0
- package/libc/include/{generic-netbsd → powerpc-netbsd-eabi}/powerpc/mcontext.h +6 -50
- package/libc/include/{generic-netbsd → powerpc-netbsd-eabi}/powerpc/mutex.h +1 -1
- package/libc/include/{generic-netbsd → powerpc-netbsd-eabi}/powerpc/oea/hid.h +2 -2
- package/libc/include/{generic-netbsd → powerpc-netbsd-eabi}/powerpc/oea/pmap.h +2 -2
- package/libc/include/{generic-netbsd → powerpc-netbsd-eabi}/powerpc/pmap.h +1 -1
- package/libc/include/{generic-netbsd → powerpc-netbsd-eabi}/powerpc/psl.h +2 -2
- package/libc/include/{generic-netbsd → powerpc-netbsd-eabi}/powerpc/vmparam.h +1 -1
- package/libc/include/riscv32-netbsd-none/machine/bswap.h +11 -0
- package/libc/include/riscv32-netbsd-none/machine/endian_machdep.h +3 -0
- package/libc/include/riscv32-netbsd-none/machine/rwlock.h +1 -0
- package/libc/include/riscv32-netbsd-none/machine/wchar_limits.h +4 -0
- package/libc/include/riscv64-netbsd-none/machine/bswap.h +11 -0
- package/libc/include/riscv64-netbsd-none/machine/endian_machdep.h +3 -0
- package/libc/include/riscv64-netbsd-none/machine/rwlock.h +1 -0
- package/libc/include/riscv64-netbsd-none/machine/wchar_limits.h +4 -0
- package/libc/include/sparc-netbsd-none/float.h +3 -1
- package/libc/include/sparc-netbsd-none/machine/asm.h +10 -1
- package/libc/include/sparc-netbsd-none/machine/cgtworeg.h +2 -2
- package/libc/include/sparc-netbsd-none/machine/cpu.h +1 -1
- package/libc/include/sparc-netbsd-none/machine/float.h +3 -1
- package/libc/include/sparc-netbsd-none/machine/limits.h +4 -6
- package/libc/include/sparc-netbsd-none/machine/lwp_private.h +51 -0
- package/libc/include/sparc-netbsd-none/machine/mcontext.h +4 -22
- package/libc/include/sparc-netbsd-none/machine/mutex.h +1 -1
- package/libc/include/sparc-netbsd-none/machine/param.h +4 -2
- package/libc/include/sparc-netbsd-none/machine/pmap.h +2 -2
- package/libc/include/sparc-netbsd-none/machine/psl.h +6 -3
- package/libc/include/sparc-netbsd-none/machine/sxreg.h +5 -1
- package/libc/include/sparc-netbsd-none/machine/types.h +2 -2
- package/libc/include/sparc-netbsd-none/sparc/sxreg.h +5 -1
- package/libc/include/sparc64-netbsd-none/machine/cpu.h +2 -2
- package/libc/include/sparc64-netbsd-none/machine/ctlreg.h +8 -7
- package/libc/include/sparc64-netbsd-none/machine/intr.h +1 -1
- package/libc/include/sparc64-netbsd-none/machine/lwp_private.h +3 -0
- package/libc/include/sparc64-netbsd-none/machine/mcontext.h +4 -4
- package/libc/include/sparc64-netbsd-none/machine/mutex.h +1 -1
- package/libc/include/sparc64-netbsd-none/machine/param.h +8 -2
- package/libc/include/sparc64-netbsd-none/machine/psl.h +7 -2
- package/libc/include/sparc64-netbsd-none/machine/pte.h +2 -2
- package/libc/include/sparc64-netbsd-none/machine/vmparam.h +1 -1
- package/libc/include/x86-netbsd-none/machine/asm.h +12 -4
- package/libc/include/x86-netbsd-none/machine/byte_swap.h +2 -2
- package/libc/include/x86-netbsd-none/machine/cpu.h +15 -4
- package/libc/include/x86-netbsd-none/machine/elf_machdep.h +2 -1
- package/libc/include/x86-netbsd-none/machine/lwp_private.h +3 -0
- package/libc/include/x86-netbsd-none/machine/mcontext.h +6 -24
- package/libc/include/x86-netbsd-none/machine/param.h +9 -1
- package/libc/include/x86-netbsd-none/machine/pcb.h +6 -2
- package/libc/include/x86-netbsd-none/machine/ptrace.h +2 -2
- package/libc/include/x86-netbsd-none/machine/types.h +2 -1
- package/libc/include/x86_64-netbsd-none/amd64/asm.h +11 -3
- package/libc/include/x86_64-netbsd-none/amd64/byte_swap.h +2 -2
- package/libc/include/x86_64-netbsd-none/amd64/cpu.h +13 -3
- package/libc/include/x86_64-netbsd-none/amd64/frame.h +2 -2
- package/libc/include/x86_64-netbsd-none/amd64/lwp_private.h +3 -0
- package/libc/include/x86_64-netbsd-none/amd64/mcontext.h +5 -23
- package/libc/include/x86_64-netbsd-none/amd64/param.h +23 -4
- package/libc/include/x86_64-netbsd-none/amd64/pcb.h +14 -3
- package/libc/include/x86_64-netbsd-none/amd64/ptrace.h +2 -2
- package/libc/include/x86_64-netbsd-none/amd64/types.h +2 -1
- package/libc/include/x86_64-netbsd-none/machine/asm.h +11 -3
- package/libc/include/x86_64-netbsd-none/machine/byte_swap.h +2 -2
- package/libc/include/x86_64-netbsd-none/machine/cpu.h +13 -3
- package/libc/include/x86_64-netbsd-none/machine/frame.h +2 -2
- package/libc/include/x86_64-netbsd-none/machine/lwp_private.h +3 -0
- package/libc/include/x86_64-netbsd-none/machine/mcontext.h +5 -23
- package/libc/include/x86_64-netbsd-none/machine/param.h +23 -4
- package/libc/include/x86_64-netbsd-none/machine/pcb.h +14 -3
- package/libc/include/x86_64-netbsd-none/machine/ptrace.h +2 -2
- package/libc/include/x86_64-netbsd-none/machine/types.h +2 -1
- package/libc/netbsd/abilists +0 -0
- package/libc/netbsd/lib/csu/arch/riscv/crt0.S +62 -0
- package/libc/netbsd/lib/csu/common/crt0-common.c +32 -7
- package/libc/netbsd/lib/csu/common/csu-common.h +2 -0
- package/package.json +1 -1
- package/std/Build/Cache/Path.zig +27 -28
- package/std/Build/Cache.zig +1 -0
- package/std/Build/Configuration.zig +69 -29
- package/std/Build/Step/Compile.zig +2 -8
- package/std/Build/Step/ObjCopy.zig +2 -2
- package/std/Build/Step/Options.zig +2 -2
- package/std/Build/Step/Run.zig +0 -33
- package/std/Build.zig +34 -4
- package/std/Io/Kqueue.zig +1 -1
- package/std/Io/Threaded.zig +1 -1
- package/std/Io/Uring.zig +3 -1
- package/std/Target.zig +3 -1
- package/std/debug/Pdb.zig +61 -34
- package/std/debug/SelfInfo/Elf.zig +12 -9
- package/std/debug/SelfInfo/Windows.zig +3 -5
- package/std/debug/cpu_context.zig +62 -14
- package/std/zig/target.zig +2 -1
- package/std/zig.zig +12 -0
- package/libc/include/arm-netbsd-eabi/machine/frame.h +0 -130
- package/libc/include/generic-netbsd/powerpc/bswap.h +0 -8
- package/libc/include/mips-netbsd-eabi/machine/psl.h +0 -3
- package/libc/include/mips-netbsd-eabi/machine/reloc.h +0 -3
- package/libc/include/mips-netbsd-eabi/machine/trap.h +0 -3
- /package/libc/include/{generic-netbsd → powerpc-netbsd-eabi}/evbppc/ansi.h +0 -0
- /package/libc/include/{generic-netbsd → powerpc-netbsd-eabi}/evbppc/aout_machdep.h +0 -0
- /package/libc/include/{generic-netbsd → powerpc-netbsd-eabi}/evbppc/asm.h +0 -0
- /package/libc/include/{generic-netbsd → powerpc-netbsd-eabi}/evbppc/bswap.h +0 -0
- /package/libc/include/{generic-netbsd → powerpc-netbsd-eabi}/evbppc/cdefs.h +0 -0
- /package/libc/include/{generic-netbsd → powerpc-netbsd-eabi}/evbppc/cpu.h +0 -0
- /package/libc/include/{generic-netbsd → powerpc-netbsd-eabi}/evbppc/disklabel.h +0 -0
- /package/libc/include/{generic-netbsd → powerpc-netbsd-eabi}/evbppc/elf_machdep.h +0 -0
- /package/libc/include/{generic-netbsd → powerpc-netbsd-eabi}/evbppc/endian.h +0 -0
- /package/libc/include/{generic-netbsd → powerpc-netbsd-eabi}/evbppc/endian_machdep.h +0 -0
- /package/libc/include/{generic-netbsd → powerpc-netbsd-eabi}/evbppc/fenv.h +0 -0
- /package/libc/include/{generic-netbsd → powerpc-netbsd-eabi}/evbppc/float.h +0 -0
- /package/libc/include/{generic-netbsd → powerpc-netbsd-eabi}/evbppc/fpu.h +0 -0
- /package/libc/include/{generic-netbsd → powerpc-netbsd-eabi}/evbppc/frame.h +0 -0
- /package/libc/include/{generic-netbsd → powerpc-netbsd-eabi}/evbppc/ieee.h +0 -0
- /package/libc/include/{generic-netbsd → powerpc-netbsd-eabi}/evbppc/ieeefp.h +0 -0
- /package/libc/include/{generic-netbsd → powerpc-netbsd-eabi}/evbppc/int_const.h +0 -0
- /package/libc/include/{generic-netbsd → powerpc-netbsd-eabi}/evbppc/int_fmtio.h +0 -0
- /package/libc/include/{generic-netbsd → powerpc-netbsd-eabi}/evbppc/int_limits.h +0 -0
- /package/libc/include/{generic-netbsd → powerpc-netbsd-eabi}/evbppc/int_mwgwtypes.h +0 -0
- /package/libc/include/{generic-netbsd → powerpc-netbsd-eabi}/evbppc/int_types.h +0 -0
- /package/libc/include/{generic-netbsd → powerpc-netbsd-eabi}/evbppc/intr.h +0 -0
- /package/libc/include/{generic-netbsd → powerpc-netbsd-eabi}/evbppc/kcore.h +0 -0
- /package/libc/include/{generic-netbsd → powerpc-netbsd-eabi}/evbppc/limits.h +0 -0
- /package/libc/include/{generic-netbsd → powerpc-netbsd-eabi}/evbppc/lock.h +0 -0
- /package/libc/include/{generic-netbsd → powerpc-netbsd-eabi}/evbppc/math.h +0 -0
- /package/libc/include/{generic-netbsd → powerpc-netbsd-eabi}/evbppc/mcontext.h +0 -0
- /package/libc/include/{generic-netbsd → powerpc-netbsd-eabi}/evbppc/mutex.h +0 -0
- /package/libc/include/{generic-netbsd → powerpc-netbsd-eabi}/evbppc/param.h +0 -0
- /package/libc/include/{generic-netbsd → powerpc-netbsd-eabi}/evbppc/pcb.h +0 -0
- /package/libc/include/{generic-netbsd → powerpc-netbsd-eabi}/evbppc/pmap.h +0 -0
- /package/libc/include/{generic-netbsd → powerpc-netbsd-eabi}/evbppc/proc.h +0 -0
- /package/libc/include/{generic-netbsd → powerpc-netbsd-eabi}/evbppc/profile.h +0 -0
- /package/libc/include/{generic-netbsd → powerpc-netbsd-eabi}/evbppc/psl.h +0 -0
- /package/libc/include/{generic-netbsd → powerpc-netbsd-eabi}/evbppc/pte.h +0 -0
- /package/libc/include/{generic-netbsd → powerpc-netbsd-eabi}/evbppc/ptrace.h +0 -0
- /package/libc/include/{generic-netbsd → powerpc-netbsd-eabi}/evbppc/reg.h +0 -0
- /package/libc/include/{generic-netbsd → powerpc-netbsd-eabi}/evbppc/reloc.h +0 -0
- /package/libc/include/{generic-netbsd → powerpc-netbsd-eabi}/evbppc/rwlock.h +0 -0
- /package/libc/include/{generic-netbsd → powerpc-netbsd-eabi}/evbppc/setjmp.h +0 -0
- /package/libc/include/{generic-netbsd → powerpc-netbsd-eabi}/evbppc/signal.h +0 -0
- /package/libc/include/{generic-netbsd → powerpc-netbsd-eabi}/evbppc/sljit_machdep.h +0 -0
- /package/libc/include/{generic-netbsd → powerpc-netbsd-eabi}/evbppc/trap.h +0 -0
- /package/libc/include/{generic-netbsd → powerpc-netbsd-eabi}/evbppc/types.h +0 -0
- /package/libc/include/{generic-netbsd → powerpc-netbsd-eabi}/evbppc/vmparam.h +0 -0
- /package/libc/include/{generic-netbsd → powerpc-netbsd-eabi}/evbppc/wchar_limits.h +0 -0
- /package/libc/include/{generic-netbsd → powerpc-netbsd-eabi}/machine/fpu.h +0 -0
- /package/libc/include/{generic-netbsd → powerpc-netbsd-eabi}/machine/intr.h +0 -0
- /package/libc/include/{generic-netbsd → powerpc-netbsd-eabi}/powerpc/ansi.h +0 -0
- /package/libc/include/{generic-netbsd → powerpc-netbsd-eabi}/powerpc/aout_machdep.h +0 -0
- /package/libc/include/{generic-netbsd → powerpc-netbsd-eabi}/powerpc/cdefs.h +0 -0
- /package/libc/include/{generic-netbsd → powerpc-netbsd-eabi}/powerpc/elf_machdep.h +0 -0
- /package/libc/include/{generic-netbsd → powerpc-netbsd-eabi}/powerpc/endian.h +0 -0
- /package/libc/include/{generic-netbsd → powerpc-netbsd-eabi}/powerpc/endian_machdep.h +0 -0
- /package/libc/include/{generic-netbsd → powerpc-netbsd-eabi}/powerpc/float.h +0 -0
- /package/libc/include/{generic-netbsd → powerpc-netbsd-eabi}/powerpc/fpu.h +0 -0
- /package/libc/include/{generic-netbsd → powerpc-netbsd-eabi}/powerpc/frame.h +0 -0
- /package/libc/include/{generic-netbsd → powerpc-netbsd-eabi}/powerpc/ibm4xx/cpu.h +0 -0
- /package/libc/include/{generic-netbsd → powerpc-netbsd-eabi}/powerpc/ibm4xx/spr.h +0 -0
- /package/libc/include/{generic-netbsd → powerpc-netbsd-eabi}/powerpc/ibm4xx/tlb.h +0 -0
- /package/libc/include/{generic-netbsd → powerpc-netbsd-eabi}/powerpc/ieeefp.h +0 -0
- /package/libc/include/{generic-netbsd → powerpc-netbsd-eabi}/powerpc/int_const.h +0 -0
- /package/libc/include/{generic-netbsd → powerpc-netbsd-eabi}/powerpc/int_fmtio.h +0 -0
- /package/libc/include/{generic-netbsd → powerpc-netbsd-eabi}/powerpc/int_limits.h +0 -0
- /package/libc/include/{generic-netbsd → powerpc-netbsd-eabi}/powerpc/int_mwgwtypes.h +0 -0
- /package/libc/include/{generic-netbsd → powerpc-netbsd-eabi}/powerpc/int_types.h +0 -0
- /package/libc/include/{generic-netbsd → powerpc-netbsd-eabi}/powerpc/kcore.h +0 -0
- /package/libc/include/{generic-netbsd → powerpc-netbsd-eabi}/powerpc/lock.h +0 -0
- /package/libc/include/{generic-netbsd → powerpc-netbsd-eabi}/powerpc/math.h +0 -0
- /package/libc/include/{generic-netbsd → powerpc-netbsd-eabi}/powerpc/oea/bat.h +0 -0
- /package/libc/include/{generic-netbsd → powerpc-netbsd-eabi}/powerpc/oea/hid_601.h +0 -0
- /package/libc/include/{generic-netbsd → powerpc-netbsd-eabi}/powerpc/oea/pte.h +0 -0
- /package/libc/include/{generic-netbsd → powerpc-netbsd-eabi}/powerpc/oea/spr.h +0 -0
- /package/libc/include/{generic-netbsd → powerpc-netbsd-eabi}/powerpc/oea/sr_601.h +0 -0
- /package/libc/include/{generic-netbsd → powerpc-netbsd-eabi}/powerpc/oea/vmparam.h +0 -0
- /package/libc/include/{generic-netbsd → powerpc-netbsd-eabi}/powerpc/param.h +0 -0
- /package/libc/include/{generic-netbsd → powerpc-netbsd-eabi}/powerpc/pcb.h +0 -0
- /package/libc/include/{generic-netbsd → powerpc-netbsd-eabi}/powerpc/proc.h +0 -0
- /package/libc/include/{generic-netbsd → powerpc-netbsd-eabi}/powerpc/profile.h +0 -0
- /package/libc/include/{generic-netbsd → powerpc-netbsd-eabi}/powerpc/pte.h +0 -0
- /package/libc/include/{generic-netbsd → powerpc-netbsd-eabi}/powerpc/ptrace.h +0 -0
- /package/libc/include/{generic-netbsd → powerpc-netbsd-eabi}/powerpc/reg.h +0 -0
- /package/libc/include/{generic-netbsd → powerpc-netbsd-eabi}/powerpc/reloc.h +0 -0
- /package/libc/include/{generic-netbsd → powerpc-netbsd-eabi}/powerpc/rwlock.h +0 -0
- /package/libc/include/{generic-netbsd → powerpc-netbsd-eabi}/powerpc/setjmp.h +0 -0
- /package/libc/include/{generic-netbsd → powerpc-netbsd-eabi}/powerpc/signal.h +0 -0
- /package/libc/include/{generic-netbsd → powerpc-netbsd-eabi}/powerpc/sljit_machdep.h +0 -0
- /package/libc/include/{generic-netbsd → powerpc-netbsd-eabi}/powerpc/spr.h +0 -0
- /package/libc/include/{generic-netbsd → powerpc-netbsd-eabi}/powerpc/trap.h +0 -0
- /package/libc/include/{generic-netbsd → powerpc-netbsd-eabi}/powerpc/types.h +0 -0
- /package/libc/include/{generic-netbsd → powerpc-netbsd-eabi}/powerpc/wchar_limits.h +0 -0
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* $NetBSD: socket.h,v 1.
|
|
1
|
+
/* $NetBSD: socket.h,v 1.134 2025/07/25 23:24:46 kre Exp $ */
|
|
2
2
|
|
|
3
3
|
/*
|
|
4
4
|
* Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
|
|
@@ -113,6 +113,7 @@ typedef _BSD_SSIZE_T_ ssize_t;
|
|
|
113
113
|
#define SOCK_CLOEXEC 0x10000000 /* set close on exec on socket */
|
|
114
114
|
#define SOCK_NONBLOCK 0x20000000 /* set non blocking i/o socket */
|
|
115
115
|
#define SOCK_NOSIGPIPE 0x40000000 /* don't send sigpipe */
|
|
116
|
+
#define SOCK_CLOFORK 0x80000000 /* set close on fork on socket */
|
|
116
117
|
#define SOCK_FLAGS_MASK 0xf0000000 /* flags mask */
|
|
117
118
|
|
|
118
119
|
/*
|
|
@@ -503,6 +504,7 @@ struct msghdr {
|
|
|
503
504
|
#define MSG_NBIO 0x1000 /* use non-blocking I/O */
|
|
504
505
|
#define MSG_WAITFORONE 0x2000 /* recvmmsg() wait for one message */
|
|
505
506
|
#define MSG_NOTIFICATION 0x4000 /* SCTP notification */
|
|
507
|
+
#define MSG_CMSG_CLOFORK 0x8000 /* close on fork receiving fd */
|
|
506
508
|
|
|
507
509
|
struct mmsghdr {
|
|
508
510
|
struct msghdr msg_hdr;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* $NetBSD: socketvar.h,v 1.
|
|
1
|
+
/* $NetBSD: socketvar.h,v 1.171 2025/04/07 21:02:19 andvar Exp $ */
|
|
2
2
|
|
|
3
3
|
/*-
|
|
4
4
|
* Copyright (c) 2008, 2009 The NetBSD Foundation, Inc.
|
|
@@ -237,7 +237,7 @@ do { \
|
|
|
237
237
|
(sb)->sb_mbtail = NULL; \
|
|
238
238
|
(sb)->sb_lastrecord = NULL; \
|
|
239
239
|
} \
|
|
240
|
-
} while (
|
|
240
|
+
} while (0)
|
|
241
241
|
|
|
242
242
|
extern u_long sb_max;
|
|
243
243
|
extern int somaxkva;
|
|
@@ -571,11 +571,11 @@ void soloanfree(struct mbuf *, void *, size_t, void *);
|
|
|
571
571
|
* that should be delivered in their entirety, or not at all.
|
|
572
572
|
*
|
|
573
573
|
* SB_PRIO_OVERDRAFT: allow a small (2*MLEN) overflow, over and
|
|
574
|
-
*
|
|
574
|
+
* above normal socket limits. Intended messages indicating
|
|
575
575
|
* buffer overflow in earlier normal/lower-priority messages .
|
|
576
576
|
*
|
|
577
577
|
* SB_PRIO_BESTEFFORT: Ignore limits entirely. Intended only for
|
|
578
|
-
* kernel-generated messages to specially-marked
|
|
578
|
+
* kernel-generated messages to specially-marked sockets which
|
|
579
579
|
* require "reliable" delivery, nd where the source socket/protocol
|
|
580
580
|
* message generator enforce some hard limit (but possibly well
|
|
581
581
|
* above kern.sbmax). It is entirely up to the in-kernel source to
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* $NetBSD: stat.h,v 1.
|
|
1
|
+
/* $NetBSD: stat.h,v 1.70 2023/08/01 07:04:16 mrg Exp $ */
|
|
2
2
|
|
|
3
3
|
/*-
|
|
4
4
|
* Copyright (c) 1982, 1986, 1989, 1993
|
|
@@ -279,17 +279,17 @@ int fstatat(int, const char *, struct stat *, int);
|
|
|
279
279
|
int mkdirat(int, const char *, mode_t);
|
|
280
280
|
int mkfifoat(int, const char *, mode_t);
|
|
281
281
|
int mknodat(int, const char *, mode_t, dev_t);
|
|
282
|
-
int utimensat(int, const char *, const struct timespec
|
|
282
|
+
int utimensat(int, const char *, const struct timespec [2], int);
|
|
283
283
|
#endif
|
|
284
284
|
|
|
285
285
|
#ifdef _NETBSD_SOURCE
|
|
286
|
-
int utimens(const char *, const struct timespec
|
|
287
|
-
int lutimens(const char *, const struct timespec
|
|
286
|
+
int utimens(const char *, const struct timespec [2]);
|
|
287
|
+
int lutimens(const char *, const struct timespec [2]);
|
|
288
288
|
#endif
|
|
289
289
|
|
|
290
290
|
#if (_POSIX_C_SOURCE - 0) >= 200809L || (_XOPEN_SOURCE - 0) >= 700 || \
|
|
291
291
|
defined(_NETBSD_SOURCE)
|
|
292
|
-
int futimens(int, const struct timespec
|
|
292
|
+
int futimens(int, const struct timespec [2]);
|
|
293
293
|
#endif
|
|
294
294
|
#endif
|
|
295
295
|
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
/* $NetBSD: stdalign.h,v 1.1 2024/08/25 22:10:40 christos Exp $ */
|
|
2
|
+
|
|
3
|
+
/*-
|
|
4
|
+
* Copyright (c) 2016 The NetBSD Foundation, Inc.
|
|
5
|
+
* All rights reserved.
|
|
6
|
+
*
|
|
7
|
+
* This code is derived from software contributed to The NetBSD Foundation
|
|
8
|
+
* by Kamil Rytarowski.
|
|
9
|
+
*
|
|
10
|
+
* Redistribution and use in source and binary forms, with or without
|
|
11
|
+
* modification, are permitted provided that the following conditions
|
|
12
|
+
* are met:
|
|
13
|
+
* 1. Redistributions of source code must retain the above copyright
|
|
14
|
+
* notice, this list of conditions and the following disclaimer.
|
|
15
|
+
* 2. Redistributions in binary form must reproduce the above copyright
|
|
16
|
+
* notice, this list of conditions and the following disclaimer in the
|
|
17
|
+
* documentation and/or other materials provided with the distribution.
|
|
18
|
+
*
|
|
19
|
+
* THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
|
|
20
|
+
* ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
|
|
21
|
+
* TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
|
22
|
+
* PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
|
|
23
|
+
* BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
|
|
24
|
+
* CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
|
|
25
|
+
* SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
|
|
26
|
+
* INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
|
|
27
|
+
* CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
|
|
28
|
+
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
|
29
|
+
* POSSIBILITY OF SUCH DAMAGE.
|
|
30
|
+
*/
|
|
31
|
+
|
|
32
|
+
#ifndef _SYS_STDALIGN_H_
|
|
33
|
+
#define _SYS_STDALIGN_H_
|
|
34
|
+
|
|
35
|
+
/*-
|
|
36
|
+
* ISO/IEC 9899:201x 7.15 Alignment <stdalign.h>
|
|
37
|
+
* ISO/IEC N3242=11-0012 (C++1x) 18.10 Other runtime support 6.
|
|
38
|
+
* ISO/IEC N3797 (C++1y) 18.10 Other runtime support 7.
|
|
39
|
+
*/
|
|
40
|
+
|
|
41
|
+
#ifndef __alignas_is_defined
|
|
42
|
+
#if ((__cplusplus - 0) < 201103L)
|
|
43
|
+
#define alignas _Alignas
|
|
44
|
+
#endif
|
|
45
|
+
#define __alignas_is_defined 1
|
|
46
|
+
#endif /* __alignas_is_defined */
|
|
47
|
+
|
|
48
|
+
#ifndef __alignof_is_defined
|
|
49
|
+
#if ((__cplusplus - 0) < 201103L)
|
|
50
|
+
#define alignof _Alignof
|
|
51
|
+
#endif
|
|
52
|
+
#define __alignof_is_defined 1
|
|
53
|
+
#endif /* __alignof_is_defined */
|
|
54
|
+
|
|
55
|
+
#endif
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* $NetBSD: stdarg.h,v 1.
|
|
1
|
+
/* $NetBSD: stdarg.h,v 1.7 2025/06/03 20:25:27 rillig Exp $ */
|
|
2
2
|
|
|
3
3
|
/*-
|
|
4
4
|
* Copyright (c) 1991, 1993
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
#ifdef __lint__
|
|
42
42
|
#define __builtin_next_arg(t) ((t) ? 0 : 0)
|
|
43
43
|
#define __builtin_va_start(a, l) ((a) = (va_list)(void *)&(l))
|
|
44
|
-
#define __builtin_va_arg(a, t) ((a) ? (t)
|
|
44
|
+
#define __builtin_va_arg(a, t) ((a) != 0 ? (t)0 : (t)0)
|
|
45
45
|
#define __builtin_va_end(a) __nothing
|
|
46
46
|
#define __builtin_va_copy(d, s) ((d) = (s))
|
|
47
47
|
#elif !(__GNUC_PREREQ__(4, 5) || \
|
|
@@ -0,0 +1,156 @@
|
|
|
1
|
+
/* $NetBSD: stddef.h,v 1.2 2025/04/01 00:33:55 riastradh Exp $ */
|
|
2
|
+
|
|
3
|
+
/*-
|
|
4
|
+
* Copyright (c) 1990, 1993
|
|
5
|
+
* The Regents of the University of California. All rights reserved.
|
|
6
|
+
*
|
|
7
|
+
* Redistribution and use in source and binary forms, with or without
|
|
8
|
+
* modification, are permitted provided that the following conditions
|
|
9
|
+
* are met:
|
|
10
|
+
* 1. Redistributions of source code must retain the above copyright
|
|
11
|
+
* notice, this list of conditions and the following disclaimer.
|
|
12
|
+
* 2. Redistributions in binary form must reproduce the above copyright
|
|
13
|
+
* notice, this list of conditions and the following disclaimer in the
|
|
14
|
+
* documentation and/or other materials provided with the distribution.
|
|
15
|
+
* 3. Neither the name of the University nor the names of its contributors
|
|
16
|
+
* may be used to endorse or promote products derived from this software
|
|
17
|
+
* without specific prior written permission.
|
|
18
|
+
*
|
|
19
|
+
* THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
|
|
20
|
+
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
21
|
+
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
|
22
|
+
* ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
|
|
23
|
+
* FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
|
24
|
+
* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
|
25
|
+
* OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
|
26
|
+
* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
|
27
|
+
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
|
28
|
+
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
|
29
|
+
* SUCH DAMAGE.
|
|
30
|
+
*
|
|
31
|
+
* @(#)stddef.h 8.1 (Berkeley) 6/2/93
|
|
32
|
+
*/
|
|
33
|
+
|
|
34
|
+
/*
|
|
35
|
+
* C99, 7.17: Common definitions <stddef.h>
|
|
36
|
+
* C11, 7.19: Common definitoins <stddef.h>
|
|
37
|
+
* C23, 7.21: Common definitions <stddef.h>
|
|
38
|
+
*/
|
|
39
|
+
|
|
40
|
+
#ifndef _SYS_STDDEF_H_
|
|
41
|
+
#define _SYS_STDDEF_H_
|
|
42
|
+
|
|
43
|
+
/*
|
|
44
|
+
* C23 `2. The macro
|
|
45
|
+
*
|
|
46
|
+
* __STDC_VERSION_STDDEF_H__
|
|
47
|
+
*
|
|
48
|
+
* is an integer constant expression with a value equivalent
|
|
49
|
+
* to 202311L.'
|
|
50
|
+
*/
|
|
51
|
+
#if defined(_NETBSD_SOURCE) || defined(_ISOC23_SOURCE) || \
|
|
52
|
+
(__STDC_VERSION__ - 0) >= 202311L
|
|
53
|
+
#define __STDC_VERSION_STDDEF_H__ 202311L
|
|
54
|
+
#endif
|
|
55
|
+
|
|
56
|
+
#include <sys/cdefs.h>
|
|
57
|
+
#include <sys/featuretest.h>
|
|
58
|
+
#include <machine/ansi.h>
|
|
59
|
+
|
|
60
|
+
/*
|
|
61
|
+
* C23 `3. The types are
|
|
62
|
+
*
|
|
63
|
+
* ptrdiff_t
|
|
64
|
+
*
|
|
65
|
+
* which is the signed integer type of the result of
|
|
66
|
+
* subtracting two pointers;
|
|
67
|
+
*
|
|
68
|
+
* size_t
|
|
69
|
+
*
|
|
70
|
+
* which is the unsigned integer type of the result of the
|
|
71
|
+
* sizeof operator;
|
|
72
|
+
*
|
|
73
|
+
* max_align_t
|
|
74
|
+
*
|
|
75
|
+
* which is an object type whose alignment is the greatest
|
|
76
|
+
* fundamental alignment;
|
|
77
|
+
*
|
|
78
|
+
* wchar_t
|
|
79
|
+
*
|
|
80
|
+
* which is an integer type whose range of values can
|
|
81
|
+
* represent distinct codes for all members of the largest
|
|
82
|
+
* extended chracter set specified among the supported
|
|
83
|
+
* locales; [...] and
|
|
84
|
+
*
|
|
85
|
+
* nullptr_t
|
|
86
|
+
*
|
|
87
|
+
* which is the type of the nullptr predefined constant, see
|
|
88
|
+
* below.'
|
|
89
|
+
*/
|
|
90
|
+
#ifdef _BSD_PTRDIFF_T_
|
|
91
|
+
typedef _BSD_PTRDIFF_T_ ptrdiff_t;
|
|
92
|
+
#undef _BSD_PTRDIFF_T_
|
|
93
|
+
#endif
|
|
94
|
+
|
|
95
|
+
#ifdef _BSD_SIZE_T_
|
|
96
|
+
typedef _BSD_SIZE_T_ size_t;
|
|
97
|
+
#undef _BSD_SIZE_T_
|
|
98
|
+
#endif
|
|
99
|
+
|
|
100
|
+
#if (__STDC_VERSION__ - 0) >= 201112L || (__cplusplus - 0) >= 201103L
|
|
101
|
+
typedef union {
|
|
102
|
+
void *_v;
|
|
103
|
+
long double _ld;
|
|
104
|
+
long long int _ll;
|
|
105
|
+
} max_align_t;
|
|
106
|
+
#endif
|
|
107
|
+
|
|
108
|
+
#if defined(_BSD_WCHAR_T_) && !defined(__cplusplus)
|
|
109
|
+
typedef _BSD_WCHAR_T_ wchar_t;
|
|
110
|
+
#undef _BSD_WCHAR_T_
|
|
111
|
+
#endif
|
|
112
|
+
|
|
113
|
+
#if (__STDC_VERSION__ - 0) >= 202311L
|
|
114
|
+
typedef typeof_unqual(nullptr) nullptr_t;
|
|
115
|
+
#endif
|
|
116
|
+
|
|
117
|
+
/*
|
|
118
|
+
* C23 `4. The macros are
|
|
119
|
+
*
|
|
120
|
+
* NULL
|
|
121
|
+
*
|
|
122
|
+
* which expands to an implementation-defined null pointer
|
|
123
|
+
* constant;
|
|
124
|
+
*
|
|
125
|
+
* unreachable()
|
|
126
|
+
*
|
|
127
|
+
* which expands to a void expression that invokes undefined
|
|
128
|
+
* behavior if it is reached during execution; and
|
|
129
|
+
*
|
|
130
|
+
* offsetof(type, member-designator)
|
|
131
|
+
*
|
|
132
|
+
* which expands to an integer constant expression that has
|
|
133
|
+
* type size_t, the value of which is the offset in bytes, to
|
|
134
|
+
* the subobject (designated by member-designator), from the
|
|
135
|
+
* beginning of any object of type type.'
|
|
136
|
+
*/
|
|
137
|
+
|
|
138
|
+
#include <sys/null.h>
|
|
139
|
+
|
|
140
|
+
#if (__STDC_VERSION__ - 0) >= 202311L
|
|
141
|
+
#define unreachable() __unreachable() /* sys/cdefs.h */
|
|
142
|
+
#endif
|
|
143
|
+
|
|
144
|
+
#if __GNUC_PREREQ__(4, 0)
|
|
145
|
+
#define offsetof(type, member) __builtin_offsetof(type, member)
|
|
146
|
+
#elif !defined(__cplusplus)
|
|
147
|
+
#define offsetof(type, member) ((size_t)(unsigned long)(&((type *)0)->member))
|
|
148
|
+
#else
|
|
149
|
+
#if !__GNUC_PREREQ__(3, 4)
|
|
150
|
+
#define __offsetof__(a) a
|
|
151
|
+
#endif
|
|
152
|
+
#define offsetof(type, member) __offsetof__((reinterpret_cast<size_t> \
|
|
153
|
+
(&reinterpret_cast<const volatile char &>(static_cast<type *>(0)->member))))
|
|
154
|
+
#endif
|
|
155
|
+
|
|
156
|
+
#endif /* _SYS_STDDEF_H_ */
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* $NetBSD: swap.h,v 1.
|
|
1
|
+
/* $NetBSD: swap.h,v 1.9 2024/02/09 22:08:38 andvar Exp $ */
|
|
2
2
|
|
|
3
3
|
/*
|
|
4
4
|
* Copyright (c) 1995, 1996, 1998, 2009 Matthew R. Green
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
|
|
31
31
|
#include <sys/syslimits.h>
|
|
32
32
|
|
|
33
|
-
/*
|
|
33
|
+
/* This structure is used to return swap information for userland */
|
|
34
34
|
|
|
35
35
|
struct swapent {
|
|
36
36
|
dev_t se_dev; /* device id */
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
/* $NetBSD: syncobj.h,v 1.
|
|
1
|
+
/* $NetBSD: syncobj.h,v 1.18 2023/10/15 10:27:11 riastradh Exp $ */
|
|
2
2
|
|
|
3
3
|
/*-
|
|
4
|
-
* Copyright (c) 2007, 2008, 2020 The NetBSD Foundation, Inc.
|
|
4
|
+
* Copyright (c) 2007, 2008, 2020, 2023 The NetBSD Foundation, Inc.
|
|
5
5
|
* All rights reserved.
|
|
6
6
|
*
|
|
7
7
|
* This code is derived from software contributed to The NetBSD Foundation
|
|
@@ -32,22 +32,24 @@
|
|
|
32
32
|
#if !defined(_SYS_SYNCOBJ_H_)
|
|
33
33
|
#define _SYS_SYNCOBJ_H_
|
|
34
34
|
|
|
35
|
-
|
|
35
|
+
#include <sys/wchan.h>
|
|
36
36
|
|
|
37
|
-
|
|
37
|
+
struct lwp;
|
|
38
38
|
|
|
39
|
-
#if defined(_KERNEL)
|
|
39
|
+
#if defined(_KERNEL) || defined(_KMEMUSER)
|
|
40
40
|
|
|
41
41
|
/*
|
|
42
42
|
* Synchronisation object operations set.
|
|
43
43
|
*/
|
|
44
44
|
typedef struct syncobj {
|
|
45
|
+
char sobj_name[16];
|
|
45
46
|
u_int sobj_flag;
|
|
47
|
+
int sobj_boostpri;
|
|
46
48
|
void (*sobj_unsleep)(struct lwp *, bool);
|
|
47
49
|
void (*sobj_changepri)(struct lwp *, pri_t);
|
|
48
50
|
void (*sobj_lendpri)(struct lwp *, pri_t);
|
|
49
51
|
struct lwp *(*sobj_owner)(wchan_t);
|
|
50
|
-
} syncobj_t;
|
|
52
|
+
} const syncobj_t;
|
|
51
53
|
|
|
52
54
|
struct lwp *syncobj_noowner(wchan_t);
|
|
53
55
|
|
|
@@ -55,6 +57,7 @@ struct lwp *syncobj_noowner(wchan_t);
|
|
|
55
57
|
#define SOBJ_SLEEPQ_LIFO 0x04
|
|
56
58
|
#define SOBJ_SLEEPQ_NULL 0x08
|
|
57
59
|
|
|
60
|
+
extern syncobj_t callout_syncobj;
|
|
58
61
|
extern syncobj_t cv_syncobj;
|
|
59
62
|
extern syncobj_t kpause_syncobj;
|
|
60
63
|
extern syncobj_t lwp_park_syncobj;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
/* $NetBSD: syscall.h,v 1.
|
|
1
|
+
/* $NetBSD: syscall.h,v 1.329 2024/10/09 16:29:11 christos Exp $ */
|
|
2
2
|
|
|
3
3
|
/*
|
|
4
4
|
* System call numbers.
|
|
5
5
|
*
|
|
6
6
|
* DO NOT EDIT-- this file is automatically generated.
|
|
7
|
-
* created from NetBSD: syscalls.master,v 1.
|
|
7
|
+
* created from NetBSD: syscalls.master,v 1.316 2024/10/09 16:27:28 christos Exp
|
|
8
8
|
*/
|
|
9
9
|
|
|
10
10
|
#ifndef _SYS_SYSCALL_H_
|
|
@@ -954,7 +954,7 @@
|
|
|
954
954
|
/* syscall: "kqueue" ret: "int" args: */
|
|
955
955
|
#define SYS_kqueue 344
|
|
956
956
|
|
|
957
|
-
/* syscall: "compat_50_kevent" ret: "int" args: "int" "const struct
|
|
957
|
+
/* syscall: "compat_50_kevent" ret: "int" args: "int" "const struct kevent100 *" "size_t" "struct kevent100 *" "size_t" "const struct timespec50 *" */
|
|
958
958
|
#define SYS_compat_50_kevent 345
|
|
959
959
|
|
|
960
960
|
/* syscall: "_sched_setparam" ret: "int" args: "pid_t" "lwpid_t" "int" "const struct sched_param *" */
|
|
@@ -1207,8 +1207,8 @@
|
|
|
1207
1207
|
/* syscall: "compat_60__lwp_park" ret: "int" args: "const struct timespec *" "lwpid_t" "const void *" "const void *" */
|
|
1208
1208
|
#define SYS_compat_60__lwp_park 434
|
|
1209
1209
|
|
|
1210
|
-
/* syscall: "
|
|
1211
|
-
#define
|
|
1210
|
+
/* syscall: "compat_100___kevent50" ret: "int" args: "int" "const struct kevent100 *" "size_t" "struct kevent100 *" "size_t" "const struct timespec *" */
|
|
1211
|
+
#define SYS_compat_100___kevent50 435
|
|
1212
1212
|
|
|
1213
1213
|
/* syscall: "__pselect50" ret: "int" args: "int" "fd_set *" "fd_set *" "fd_set *" "const struct timespec *" "const sigset_t *" */
|
|
1214
1214
|
#define SYS___pselect50 436
|
|
@@ -1266,8 +1266,8 @@
|
|
|
1266
1266
|
/* syscall: "pipe2" ret: "int" args: "int *" "int" */
|
|
1267
1267
|
#define SYS_pipe2 453
|
|
1268
1268
|
|
|
1269
|
-
/* syscall: "
|
|
1270
|
-
#define
|
|
1269
|
+
/* syscall: "compat_100_dup3" ret: "int" args: "int" "int" "int" */
|
|
1270
|
+
#define SYS_compat_100_dup3 454
|
|
1271
1271
|
|
|
1272
1272
|
/* syscall: "kqueue1" ret: "int" args: "int" */
|
|
1273
1273
|
#define SYS_kqueue1 455
|
|
@@ -1404,6 +1404,27 @@
|
|
|
1404
1404
|
/* syscall: "lpathconf" ret: "long" args: "const char *" "int" */
|
|
1405
1405
|
#define SYS_lpathconf 499
|
|
1406
1406
|
|
|
1407
|
-
|
|
1407
|
+
/* syscall: "memfd_create" ret: "int" args: "const char *" "unsigned int" */
|
|
1408
|
+
#define SYS_memfd_create 500
|
|
1409
|
+
|
|
1410
|
+
/* syscall: "__kevent100" ret: "int" args: "int" "const struct kevent *" "size_t" "struct kevent *" "size_t" "const struct timespec *" */
|
|
1411
|
+
#define SYS___kevent100 501
|
|
1412
|
+
|
|
1413
|
+
/* syscall: "epoll_create1" ret: "int" args: "int" */
|
|
1414
|
+
#define SYS_epoll_create1 502
|
|
1415
|
+
|
|
1416
|
+
/* syscall: "epoll_ctl" ret: "int" args: "int" "int" "int" "struct epoll_event *" */
|
|
1417
|
+
#define SYS_epoll_ctl 503
|
|
1418
|
+
|
|
1419
|
+
/* syscall: "epoll_pwait2" ret: "int" args: "int" "struct epoll_event *" "int" "const struct timespec *" "const sigset_t *" */
|
|
1420
|
+
#define SYS_epoll_pwait2 504
|
|
1421
|
+
|
|
1422
|
+
/* syscall: "__dup3100" ret: "int" args: "int" "int" "int" */
|
|
1423
|
+
#define SYS___dup3100 505
|
|
1424
|
+
|
|
1425
|
+
/* syscall: "semtimedop" ret: "int" args: "int" "struct sembuf *" "size_t" "struct timespec *" */
|
|
1426
|
+
#define SYS_semtimedop 506
|
|
1427
|
+
|
|
1428
|
+
#define SYS_MAXSYSCALL 507
|
|
1408
1429
|
#define SYS_NSYSENT 512
|
|
1409
1430
|
#endif /* _SYS_SYSCALL_H_ */
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
/* $NetBSD: syscallargs.h,v 1.
|
|
1
|
+
/* $NetBSD: syscallargs.h,v 1.312 2024/10/09 16:29:11 christos Exp $ */
|
|
2
2
|
|
|
3
3
|
/*
|
|
4
4
|
* System call argument lists.
|
|
5
5
|
*
|
|
6
6
|
* DO NOT EDIT-- this file is automatically generated.
|
|
7
|
-
* created from NetBSD: syscalls.master,v 1.
|
|
7
|
+
* created from NetBSD: syscalls.master,v 1.316 2024/10/09 16:27:28 christos Exp
|
|
8
8
|
*/
|
|
9
9
|
|
|
10
10
|
#ifndef _SYS_SYSCALLARGS_H_
|
|
@@ -2192,9 +2192,9 @@ check_syscall_args(sys_rasctl)
|
|
|
2192
2192
|
|
|
2193
2193
|
struct compat_50_sys_kevent_args {
|
|
2194
2194
|
syscallarg(int) fd;
|
|
2195
|
-
syscallarg(const struct
|
|
2195
|
+
syscallarg(const struct kevent100 *) changelist;
|
|
2196
2196
|
syscallarg(size_t) nchanges;
|
|
2197
|
-
syscallarg(struct
|
|
2197
|
+
syscallarg(struct kevent100 *) eventlist;
|
|
2198
2198
|
syscallarg(size_t) nevents;
|
|
2199
2199
|
syscallarg(const struct timespec50 *) timeout;
|
|
2200
2200
|
};
|
|
@@ -2836,15 +2836,15 @@ struct compat_60_sys__lwp_park_args {
|
|
|
2836
2836
|
check_syscall_args(compat_60_sys__lwp_park)
|
|
2837
2837
|
#endif /* !RUMP_CLIENT */
|
|
2838
2838
|
|
|
2839
|
-
struct
|
|
2839
|
+
struct compat_100_sys___kevent50_args {
|
|
2840
2840
|
syscallarg(int) fd;
|
|
2841
|
-
syscallarg(const struct
|
|
2841
|
+
syscallarg(const struct kevent100 *) changelist;
|
|
2842
2842
|
syscallarg(size_t) nchanges;
|
|
2843
|
-
syscallarg(struct
|
|
2843
|
+
syscallarg(struct kevent100 *) eventlist;
|
|
2844
2844
|
syscallarg(size_t) nevents;
|
|
2845
2845
|
syscallarg(const struct timespec *) timeout;
|
|
2846
2846
|
};
|
|
2847
|
-
check_syscall_args(
|
|
2847
|
+
check_syscall_args(compat_100_sys___kevent50)
|
|
2848
2848
|
|
|
2849
2849
|
struct sys___pselect50_args {
|
|
2850
2850
|
syscallarg(int) nd;
|
|
@@ -2979,12 +2979,12 @@ struct sys_pipe2_args {
|
|
|
2979
2979
|
};
|
|
2980
2980
|
check_syscall_args(sys_pipe2)
|
|
2981
2981
|
|
|
2982
|
-
struct
|
|
2982
|
+
struct compat_100_sys_dup3_args {
|
|
2983
2983
|
syscallarg(int) from;
|
|
2984
2984
|
syscallarg(int) to;
|
|
2985
2985
|
syscallarg(int) flags;
|
|
2986
2986
|
};
|
|
2987
|
-
check_syscall_args(
|
|
2987
|
+
check_syscall_args(compat_100_sys_dup3)
|
|
2988
2988
|
|
|
2989
2989
|
struct sys_kqueue1_args {
|
|
2990
2990
|
syscallarg(int) flags;
|
|
@@ -3356,6 +3356,69 @@ struct sys_lpathconf_args {
|
|
|
3356
3356
|
};
|
|
3357
3357
|
check_syscall_args(sys_lpathconf)
|
|
3358
3358
|
|
|
3359
|
+
#ifndef RUMP_CLIENT
|
|
3360
|
+
struct sys_memfd_create_args {
|
|
3361
|
+
syscallarg(const char *) name;
|
|
3362
|
+
syscallarg(unsigned int) flags;
|
|
3363
|
+
};
|
|
3364
|
+
check_syscall_args(sys_memfd_create)
|
|
3365
|
+
#endif /* !RUMP_CLIENT */
|
|
3366
|
+
|
|
3367
|
+
struct sys___kevent100_args {
|
|
3368
|
+
syscallarg(int) fd;
|
|
3369
|
+
syscallarg(const struct kevent *) changelist;
|
|
3370
|
+
syscallarg(size_t) nchanges;
|
|
3371
|
+
syscallarg(struct kevent *) eventlist;
|
|
3372
|
+
syscallarg(size_t) nevents;
|
|
3373
|
+
syscallarg(const struct timespec *) timeout;
|
|
3374
|
+
};
|
|
3375
|
+
check_syscall_args(sys___kevent100)
|
|
3376
|
+
|
|
3377
|
+
#ifndef RUMP_CLIENT
|
|
3378
|
+
struct sys_epoll_create1_args {
|
|
3379
|
+
syscallarg(int) flags;
|
|
3380
|
+
};
|
|
3381
|
+
check_syscall_args(sys_epoll_create1)
|
|
3382
|
+
#endif /* !RUMP_CLIENT */
|
|
3383
|
+
|
|
3384
|
+
#ifndef RUMP_CLIENT
|
|
3385
|
+
struct sys_epoll_ctl_args {
|
|
3386
|
+
syscallarg(int) epfd;
|
|
3387
|
+
syscallarg(int) op;
|
|
3388
|
+
syscallarg(int) fd;
|
|
3389
|
+
syscallarg(struct epoll_event *) event;
|
|
3390
|
+
};
|
|
3391
|
+
check_syscall_args(sys_epoll_ctl)
|
|
3392
|
+
#endif /* !RUMP_CLIENT */
|
|
3393
|
+
|
|
3394
|
+
#ifndef RUMP_CLIENT
|
|
3395
|
+
struct sys_epoll_pwait2_args {
|
|
3396
|
+
syscallarg(int) epfd;
|
|
3397
|
+
syscallarg(struct epoll_event *) events;
|
|
3398
|
+
syscallarg(int) maxevents;
|
|
3399
|
+
syscallarg(const struct timespec *) timeout;
|
|
3400
|
+
syscallarg(const sigset_t *) sigmask;
|
|
3401
|
+
};
|
|
3402
|
+
check_syscall_args(sys_epoll_pwait2)
|
|
3403
|
+
#endif /* !RUMP_CLIENT */
|
|
3404
|
+
|
|
3405
|
+
struct sys___dup3100_args {
|
|
3406
|
+
syscallarg(int) from;
|
|
3407
|
+
syscallarg(int) to;
|
|
3408
|
+
syscallarg(int) flags;
|
|
3409
|
+
};
|
|
3410
|
+
check_syscall_args(sys___dup3100)
|
|
3411
|
+
|
|
3412
|
+
#ifndef RUMP_CLIENT
|
|
3413
|
+
struct sys_semtimedop_args {
|
|
3414
|
+
syscallarg(int) semid;
|
|
3415
|
+
syscallarg(struct sembuf *) sops;
|
|
3416
|
+
syscallarg(size_t) nsops;
|
|
3417
|
+
syscallarg(struct timespec *) timeout;
|
|
3418
|
+
};
|
|
3419
|
+
check_syscall_args(sys_semtimedop)
|
|
3420
|
+
#endif /* !RUMP_CLIENT */
|
|
3421
|
+
|
|
3359
3422
|
/*
|
|
3360
3423
|
* System call prototypes.
|
|
3361
3424
|
*/
|
|
@@ -4149,7 +4212,7 @@ int sys___mq_timedreceive50(struct lwp *, const struct sys___mq_timedreceive50_a
|
|
|
4149
4212
|
|
|
4150
4213
|
int compat_60_sys__lwp_park(struct lwp *, const struct compat_60_sys__lwp_park_args *, register_t *);
|
|
4151
4214
|
|
|
4152
|
-
int
|
|
4215
|
+
int compat_100_sys___kevent50(struct lwp *, const struct compat_100_sys___kevent50_args *, register_t *);
|
|
4153
4216
|
|
|
4154
4217
|
int sys___pselect50(struct lwp *, const struct sys___pselect50_args *, register_t *);
|
|
4155
4218
|
|
|
@@ -4188,7 +4251,7 @@ int sys___fhstat50(struct lwp *, const struct sys___fhstat50_args *, register_t
|
|
|
4188
4251
|
|
|
4189
4252
|
int sys_pipe2(struct lwp *, const struct sys_pipe2_args *, register_t *);
|
|
4190
4253
|
|
|
4191
|
-
int
|
|
4254
|
+
int compat_100_sys_dup3(struct lwp *, const struct compat_100_sys_dup3_args *, register_t *);
|
|
4192
4255
|
|
|
4193
4256
|
int sys_kqueue1(struct lwp *, const struct sys_kqueue1_args *, register_t *);
|
|
4194
4257
|
|
|
@@ -4280,5 +4343,19 @@ int sys___acl_aclcheck_fd(struct lwp *, const struct sys___acl_aclcheck_fd_args
|
|
|
4280
4343
|
|
|
4281
4344
|
int sys_lpathconf(struct lwp *, const struct sys_lpathconf_args *, register_t *);
|
|
4282
4345
|
|
|
4346
|
+
int sys_memfd_create(struct lwp *, const struct sys_memfd_create_args *, register_t *);
|
|
4347
|
+
|
|
4348
|
+
int sys___kevent100(struct lwp *, const struct sys___kevent100_args *, register_t *);
|
|
4349
|
+
|
|
4350
|
+
int sys_epoll_create1(struct lwp *, const struct sys_epoll_create1_args *, register_t *);
|
|
4351
|
+
|
|
4352
|
+
int sys_epoll_ctl(struct lwp *, const struct sys_epoll_ctl_args *, register_t *);
|
|
4353
|
+
|
|
4354
|
+
int sys_epoll_pwait2(struct lwp *, const struct sys_epoll_pwait2_args *, register_t *);
|
|
4355
|
+
|
|
4356
|
+
int sys___dup3100(struct lwp *, const struct sys___dup3100_args *, register_t *);
|
|
4357
|
+
|
|
4358
|
+
int sys_semtimedop(struct lwp *, const struct sys_semtimedop_args *, register_t *);
|
|
4359
|
+
|
|
4283
4360
|
#endif /* !RUMP_CLIENT */
|
|
4284
4361
|
#endif /* _SYS_SYSCALLARGS_H_ */
|