mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-22 04:50:07 +00:00
Update.
* sysdeps/unix/sysv/linux/bits/types.h: Correct signed/unsigned-ness of blkcnt and fsblkcnt. * sysdeps/unix/sysv/linux/alpha/bits/types.h: Likewise. * sysdeps/unix/sysv/linux/mips/bits/types.h: Likewise.
This commit is contained in:
parent
1c533de9f3
commit
10c384636b
@ -1,5 +1,10 @@
|
||||
1999-04-16 Ulrich Drepper <drepper@cygnus.com>
|
||||
|
||||
* sysdeps/unix/sysv/linux/bits/types.h: Correct
|
||||
signed/unsigned-ness of blkcnt and fsblkcnt.
|
||||
* sysdeps/unix/sysv/linux/alpha/bits/types.h: Likewise.
|
||||
* sysdeps/unix/sysv/linux/mips/bits/types.h: Likewise.
|
||||
|
||||
* sysdeps/unix/sysv/linux/bits/socket.h: Add SOL_PACKET, SOL_ATM,
|
||||
SOL_AAL, and SOL_IRDA.
|
||||
|
||||
|
@ -1,5 +1,11 @@
|
||||
1999-04-16 Ulrich Drepper <drepper@cygnus.com>
|
||||
|
||||
* charmaps/IBM855: Correct entries 95, ef, and fd.
|
||||
|
||||
* charmaps/IBM437: Correct entries f9 and fa.
|
||||
|
||||
* charmaps/UTF8: Correct BULLET OPERATOR mnemonic.
|
||||
|
||||
* locales/th_TH: New file. Thai locale description.
|
||||
* th_TH.in: New file.
|
||||
Contributed by Theppitak Karoonboonyanan <thep@links.nectec.or.th>.
|
||||
|
@ -257,8 +257,8 @@ CHARMAP
|
||||
<-:> /xF6 <U00F7> DIVISION SIGN
|
||||
<?2> /xF7 <U2248> ALMOST EQUAL TO
|
||||
<DG> /xF8 <U00B0> DEGREE SIGN
|
||||
<.M> /xF9 <U00B7> MIDDLE DOT
|
||||
<sb> /xFA <U2022> BULLET
|
||||
<Sb> /xF9 <U2219> BULLET OPERATOR
|
||||
<.M> /xFA <U00B7> MIDDLE DOT
|
||||
<RT> /xFB <U221A> SQUARE ROOT
|
||||
<nS> /xFC <U207F> SUPERSCRIPT LATIN SMALL LETTER N
|
||||
<2S> /xFD <U00B2> SUPERSCRIPT TWO
|
||||
|
@ -157,7 +157,7 @@ CHARMAP
|
||||
<nj> /x92 <U045A> CYRILLIC SMALL LETTER NJE
|
||||
<NJ> /x93 <U040A> CYRILLIC CAPITAL LETTER NJE
|
||||
<ts> /x94 <U045B> CYRILLIC SMALL LETTER TSHE (Serbocroatian)
|
||||
<TS> /x95 <U0093> SET TRANSMIT STATE (STS)
|
||||
<Ts> /x95 <U040B> CYRILLIC CAPITAL LETTER TSHE
|
||||
<kj> /x96 <U045C> CYRILLIC SMALL LETTER KJE
|
||||
<KJ> /x97 <U040C> CYRILLIC CAPITAL LETTER KJE
|
||||
<v%> /x98 <U045E> CYRILLIC SMALL LETTER SHORT U (Byelorussian)
|
||||
@ -247,7 +247,7 @@ CHARMAP
|
||||
<V=> /xEC <U0412> CYRILLIC CAPITAL LETTER VE
|
||||
<%'> /xED <U044C> CYRILLIC SMALL LETTER SOFT SIGN
|
||||
<%"> /xEE <U042C> CYRILLIC CAPITAL LETTER SOFT SIGN
|
||||
<''> /xEF <U00B4> ACUTE ACCENT
|
||||
<N0> /xEF <U2116> NUMERO SIGN
|
||||
<--> /xF0 <U00AD> SOFT HYPHEN
|
||||
<y=> /xF1 <U044B> CYRILLIC SMALL LETTER YERU
|
||||
<Y=> /xF2 <U042B> CYRILLIC CAPITAL LETTER YERU
|
||||
@ -261,6 +261,7 @@ CHARMAP
|
||||
<Sc> /xFA <U0429> CYRILLIC CAPITAL LETTER SHCHA
|
||||
<c%> /xFB <U0447> CYRILLIC SMALL LETTER CHE
|
||||
<C%> /xFC <U0427> CYRILLIC CAPITAL LETTER CHE
|
||||
<SE> /xFD <U00A7> SECTION SIGN
|
||||
<fS> /xFE <U25A0> BLACK SQUARE
|
||||
<NS> /xFF <U00A0> NO-BREAK SPACE
|
||||
<NUL> /x00 <U0000> NUL
|
||||
|
@ -1253,7 +1253,7 @@ CHARMAP
|
||||
<//f> /xe2/x88/x95 <U2215> DIVISION SLASH
|
||||
<*-> /xe2/x88/x97 <U2217> ASTERISK OPERATOR
|
||||
<Ob> /xe2/x88/x98 <U2218> RING OPERATOR
|
||||
<sb> /xe2/x88/x99 <U2219> BULLET OPERATOR
|
||||
<Sb> /xe2/x88/x99 <U2219> BULLET OPERATOR
|
||||
<RT> /xe2/x88/x9a <U221a> SQUARE ROOT
|
||||
<0(> /xe2/x88/x9d <U221d> PROPORTIONAL TO
|
||||
<00> /xe2/x88/x9e <U221e> INFINITY
|
||||
|
@ -59,11 +59,11 @@ typedef __int32_t __pid_t; /* Type of process identifications. */
|
||||
typedef __int64_t __ssize_t; /* Type of a byte count, or error. */
|
||||
typedef __int64_t __rlim_t; /* Type of resource counts. */
|
||||
typedef __int64_t __rlim64_t; /* "" (LFS) */
|
||||
typedef __int32_t __blkcnt_t; /* Type to count nr disk blocks. */
|
||||
typedef __int64_t __blkcnt64_t; /* "" (LFS) */
|
||||
typedef __uint32_t __fsblkcnt_t; /* Type to count file system blocks. */
|
||||
typedef __uint64_t __fsblkcnt64_t; /* "" (LFS) */
|
||||
typedef __uint32_t __fsfilcnt_t; /* Type to count file system inodes. */
|
||||
typedef __uint32_t __blkcnt_t; /* Type to count nr disk blocks. */
|
||||
typedef __uint64_t __blkcnt64_t; /* "" (LFS) */
|
||||
typedef __int32_t __fsblkcnt_t; /* Type to count file system blocks. */
|
||||
typedef __int64_t __fsblkcnt64_t; /* "" (LFS) */
|
||||
typedef __uint32_t __fsfilcnt_t; /* Type to count file system inodes. */
|
||||
typedef __uint64_t __fsfilcnt64_t; /* "" (LFS) */
|
||||
typedef __uint32_t __id_t; /* General type for IDs. */
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* Copyright (C) 1991, 92, 94, 95, 96, 97, 98 Free Software Foundation, Inc.
|
||||
/* Copyright (C) 1991,92,94,95,96,97,98,99 Free Software Foundation, Inc.
|
||||
This file is part of the GNU C Library.
|
||||
|
||||
The GNU C Library is free software; you can redistribute it and/or
|
||||
@ -120,12 +120,12 @@ typedef unsigned short int __ipc_pid_t;
|
||||
/* Types from the Large File Support interface. */
|
||||
|
||||
/* Type to count number os disk blocks. */
|
||||
typedef __u_long __blkcnt_t;
|
||||
typedef __u_quad_t __blkcnt64_t;
|
||||
typedef long int __blkcnt_t;
|
||||
typedef __quad_t __blkcnt64_t;
|
||||
|
||||
/* Type to count file system blocks. */
|
||||
typedef long int __fsblkcnt_t;
|
||||
typedef __quad_t __fsblkcnt64_t;
|
||||
typedef __u_long __fsblkcnt_t;
|
||||
typedef __u_quad_t __fsblkcnt64_t;
|
||||
|
||||
/* Type to count file system inodes. */
|
||||
typedef __u_long __fsfilcnt_t;
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* Copyright (C) 1991, 92, 94, 95, 96, 97, 98 Free Software Foundation, Inc.
|
||||
/* Copyright (C) 1991,92,94,95,96,97,98,99 Free Software Foundation, Inc.
|
||||
This file is part of the GNU C Library.
|
||||
|
||||
The GNU C Library is free software; you can redistribute it and/or
|
||||
@ -120,12 +120,12 @@ typedef long int __ipc_pid_t;
|
||||
/* Types from the Large File Support interface. */
|
||||
|
||||
/* Type to count number os disk blocks. */
|
||||
typedef __u_long __blkcnt_t;
|
||||
typedef __u_quad_t __blkcnt64_t;
|
||||
typedef long int __blkcnt_t;
|
||||
typedef __quad_t __blkcnt64_t;
|
||||
|
||||
/* Type to count file system blocks. */
|
||||
typedef long int __fsblkcnt_t;
|
||||
typedef __quad_t __fsblkcnt64_t;
|
||||
typedef __u_long __fsblkcnt_t;
|
||||
typedef __u_quad_t __fsblkcnt64_t;
|
||||
|
||||
/* Type to count file system inodes. */
|
||||
typedef __u_long __fsfilcnt_t;
|
||||
|
Loading…
Reference in New Issue
Block a user