diff options
Diffstat (limited to 'vendor/modernc.org/libc/termios/termios_freebsd_386.go')
-rw-r--r-- | vendor/modernc.org/libc/termios/termios_freebsd_386.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vendor/modernc.org/libc/termios/termios_freebsd_386.go b/vendor/modernc.org/libc/termios/termios_freebsd_386.go index 121ec4cd..963133a1 100644 --- a/vendor/modernc.org/libc/termios/termios_freebsd_386.go +++ b/vendor/modernc.org/libc/termios/termios_freebsd_386.go @@ -802,8 +802,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 |