diff options
Diffstat (limited to 'vendor/modernc.org/libc/sys/stat/stat_freebsd_386.go')
-rw-r--r-- | vendor/modernc.org/libc/sys/stat/stat_freebsd_386.go | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/vendor/modernc.org/libc/sys/stat/stat_freebsd_386.go b/vendor/modernc.org/libc/sys/stat/stat_freebsd_386.go index 5d562e4c..4e16ee8b 100644 --- a/vendor/modernc.org/libc/sys/stat/stat_freebsd_386.go +++ b/vendor/modernc.org/libc/sys/stat/stat_freebsd_386.go @@ -136,7 +136,7 @@ const ( X_IN_PORT_T_DECLARED = 0 // types.h:136:1: X_KEY_T_DECLARED = 0 // types.h:151:1: X_LITTLE_ENDIAN = 1234 // _endian.h:46:1: - X_LOCALE_T_DEFINED = 0 // _time.h:35:1: + X_LOCALE_T_DEFINED = 0 // _time.h:34:1: X_LSEEK_DECLARED = 0 // types.h:421:1: X_LWPID_T_DECLARED = 0 // types.h:156:1: X_MACHINE_ENDIAN_H_ = 0 // endian.h:36:1: @@ -191,7 +191,7 @@ const ( X_UINTMAX_T_DECLARED = 0 // _stdint.h:89:1: X_UINTPTR_T_DECLARED = 0 // _stdint.h:81:1: X_USECONDS_T_DECLARED = 0 // types.h:239:1: - X_XLOCALE_LOCALE1_H = 0 // _time.h:45:1: + X_XLOCALE_LOCALE1_H = 0 // _time.h:44:1: I386 = 1 // <predefined>:335:1: Unix = 1 // <predefined>:336:1: ) @@ -744,8 +744,8 @@ type X__cpusetid_t = int32 /* _types.h:70:14 */ // cpuset identifier. type X__daddr_t = X__int64_t /* _types.h:71:19 */ // bwrite(3), FIOBMAP2, etc // Unusual type definitions. -// rune_t is declared to be an ``int'' instead of the more natural -// ``unsigned long'' or ``long''. Two things are happening here. It is not +// rune_t is declared to be an “int” instead of the more natural +// “unsigned long” or “long”. Two things are happening here. It is not // unsigned so that EOF (-1) can be naturally assigned to it and used. Also, // it looks like 10646 will be a 31 bit standard. This means that if your // ints cannot hold 32 bits, you will be in trouble. The reason an int was @@ -1915,7 +1915,6 @@ type Tm = struct { // SPDX-License-Identifier: BSD-2-Clause-FreeBSD // // Copyright (c) 2011, 2012 The FreeBSD Foundation -// All rights reserved. // // This software was developed by David Chisnall under sponsorship from // the FreeBSD Foundation. @@ -1943,7 +1942,7 @@ type Tm = struct { // // $FreeBSD$ -type Locale_t = uintptr /* _time.h:36:25 */ +type Locale_t = uintptr /* _time.h:35:25 */ type Stat = struct { Fst_dev Dev_t |