From 4fd0a7672777f0ed15692ae2ba47838208537558 Mon Sep 17 00:00:00 2001 From: Wim Date: Sun, 27 Nov 2022 00:42:16 +0100 Subject: Update dependencies (#1929) --- vendor/modernc.org/libc/pwd/pwd_linux_s390x.go | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'vendor/modernc.org/libc/pwd/pwd_linux_s390x.go') diff --git a/vendor/modernc.org/libc/pwd/pwd_linux_s390x.go b/vendor/modernc.org/libc/pwd/pwd_linux_s390x.go index baefeeab..b8b92c04 100644 --- a/vendor/modernc.org/libc/pwd/pwd_linux_s390x.go +++ b/vendor/modernc.org/libc/pwd/pwd_linux_s390x.go @@ -740,7 +740,8 @@ type X__syscall_slong_t = int64 /* types.h:196:33 */ type X__syscall_ulong_t = uint64 /* types.h:198: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:202:19 */ // Type of file sizes and offsets (LFS). type X__caddr_t = uintptr /* types.h:203:14 */ @@ -751,8 +752,9 @@ type X__intptr_t = int64 /* types.h:206:25 */ type X__socklen_t = uint32 /* types.h:209: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:214:13 */ // Wide character type. @@ -766,7 +768,8 @@ type X__sig_atomic_t = int32 /* types.h:214:13 */ // A null pointer constant. // The Single Unix specification says that some more types are -// available here. +// +// available here. type Gid_t = X__gid_t /* pwd.h:38:17 */ type Uid_t = X__uid_t /* pwd.h:43:17 */ -- cgit v1.2.3