mirror of
				https://gitea.com/Lydanne/buildx.git
				synced 2025-11-04 10:03:42 +08:00 
			
		
		
		
	vendor: golang.org/x/sys v0.8.0
full diff: https://github.com/golang/sys/compare/v0.7.0...v0.8.0 Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
		
							
								
								
									
										3
									
								
								vendor/golang.org/x/sys/unix/mkerrors.sh
									
									
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								vendor/golang.org/x/sys/unix/mkerrors.sh
									
									
									
										generated
									
									
										vendored
									
									
								
							@@ -204,6 +204,7 @@ struct ltchars {
 | 
			
		||||
#include <sys/timerfd.h>
 | 
			
		||||
#include <sys/uio.h>
 | 
			
		||||
#include <sys/xattr.h>
 | 
			
		||||
#include <netinet/udp.h>
 | 
			
		||||
#include <linux/audit.h>
 | 
			
		||||
#include <linux/bpf.h>
 | 
			
		||||
#include <linux/can.h>
 | 
			
		||||
@@ -518,7 +519,7 @@ ccflags="$@"
 | 
			
		||||
		$2 ~ /^LOCK_(SH|EX|NB|UN)$/ ||
 | 
			
		||||
		$2 ~ /^LO_(KEY|NAME)_SIZE$/ ||
 | 
			
		||||
		$2 ~ /^LOOP_(CLR|CTL|GET|SET)_/ ||
 | 
			
		||||
		$2 ~ /^(AF|SOCK|SO|SOL|IPPROTO|IP|IPV6|TCP|MCAST|EVFILT|NOTE|SHUT|PROT|MAP|MFD|T?PACKET|MSG|SCM|MCL|DT|MADV|PR|LOCAL|TCPOPT)_/ ||
 | 
			
		||||
		$2 ~ /^(AF|SOCK|SO|SOL|IPPROTO|IP|IPV6|TCP|MCAST|EVFILT|NOTE|SHUT|PROT|MAP|MFD|T?PACKET|MSG|SCM|MCL|DT|MADV|PR|LOCAL|TCPOPT|UDP)_/ ||
 | 
			
		||||
		$2 ~ /^NFC_(GENL|PROTO|COMM|RF|SE|DIRECTION|LLCP|SOCKPROTO)_/ ||
 | 
			
		||||
		$2 ~ /^NFC_.*_(MAX)?SIZE$/ ||
 | 
			
		||||
		$2 ~ /^RAW_PAYLOAD_/ ||
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										14
									
								
								vendor/golang.org/x/sys/unix/zerrors_linux.go
									
									
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										14
									
								
								vendor/golang.org/x/sys/unix/zerrors_linux.go
									
									
									
										generated
									
									
										vendored
									
									
								
							@@ -2967,6 +2967,7 @@ const (
 | 
			
		||||
	SOL_TCP                                     = 0x6
 | 
			
		||||
	SOL_TIPC                                    = 0x10f
 | 
			
		||||
	SOL_TLS                                     = 0x11a
 | 
			
		||||
	SOL_UDP                                     = 0x11
 | 
			
		||||
	SOL_X25                                     = 0x106
 | 
			
		||||
	SOL_XDP                                     = 0x11b
 | 
			
		||||
	SOMAXCONN                                   = 0x1000
 | 
			
		||||
@@ -3251,6 +3252,19 @@ const (
 | 
			
		||||
	TRACEFS_MAGIC                               = 0x74726163
 | 
			
		||||
	TS_COMM_LEN                                 = 0x20
 | 
			
		||||
	UDF_SUPER_MAGIC                             = 0x15013346
 | 
			
		||||
	UDP_CORK                                    = 0x1
 | 
			
		||||
	UDP_ENCAP                                   = 0x64
 | 
			
		||||
	UDP_ENCAP_ESPINUDP                          = 0x2
 | 
			
		||||
	UDP_ENCAP_ESPINUDP_NON_IKE                  = 0x1
 | 
			
		||||
	UDP_ENCAP_GTP0                              = 0x4
 | 
			
		||||
	UDP_ENCAP_GTP1U                             = 0x5
 | 
			
		||||
	UDP_ENCAP_L2TPINUDP                         = 0x3
 | 
			
		||||
	UDP_GRO                                     = 0x68
 | 
			
		||||
	UDP_NO_CHECK6_RX                            = 0x66
 | 
			
		||||
	UDP_NO_CHECK6_TX                            = 0x65
 | 
			
		||||
	UDP_SEGMENT                                 = 0x67
 | 
			
		||||
	UDP_V4_FLOW                                 = 0x2
 | 
			
		||||
	UDP_V6_FLOW                                 = 0x6
 | 
			
		||||
	UMOUNT_NOFOLLOW                             = 0x8
 | 
			
		||||
	USBDEVICE_SUPER_MAGIC                       = 0x9fa2
 | 
			
		||||
	UTIME_NOW                                   = 0x3fffffff
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user