forked from lug/matterbridge
		
	Update dependencies (#1929)
This commit is contained in:
		
							
								
								
									
										8
									
								
								vendor/modernc.org/libc/termios/termios_linux_riscv64.go
									
									
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										8
									
								
								vendor/modernc.org/libc/termios/termios_linux_riscv64.go
									
									
									
										generated
									
									
										vendored
									
									
								
							| @@ -1070,7 +1070,8 @@ type X__syscall_slong_t = int64 /* types.h:197:33 */ | ||||
| type X__syscall_ulong_t = uint64 /* types.h:199:33 */ | ||||
|  | ||||
| // These few don't really vary by system, they always correspond | ||||
| //    to one of the other defined types. | ||||
| // | ||||
| //	to one of the other defined types. | ||||
| type X__loff_t = X__off64_t /* types.h:203:19 */ // Type of file sizes and offsets (LFS). | ||||
| type X__caddr_t = uintptr   /* types.h:204:14 */ | ||||
|  | ||||
| @@ -1081,8 +1082,9 @@ type X__intptr_t = int64 /* types.h:207:25 */ | ||||
| type X__socklen_t = uint32 /* types.h:210:23 */ | ||||
|  | ||||
| // C99: An integer type that can be accessed as an atomic entity, | ||||
| //    even in the presence of asynchronous interrupts. | ||||
| //    It is not currently necessary for this to be machine-specific. | ||||
| // | ||||
| //	even in the presence of asynchronous interrupts. | ||||
| //	It is not currently necessary for this to be machine-specific. | ||||
| type X__sig_atomic_t = int32 /* types.h:215:13 */ | ||||
|  | ||||
| // Seconds since the Epoch, visible to user code when time_t is too | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Wim
					Wim