mirror of git://sourceware.org/git/glibc.git
Update.
* sysdeps/unix/sysv/linux/netipx/ipx.h (SIOCIPXNCPCONN): New macro from latest kernel.
This commit is contained in:
parent
76235ed48f
commit
db60f6f9c5
|
|
@ -1,5 +1,8 @@
|
||||||
1998-12-28 Ulrich Drepper <drepper@cygnus.com>
|
1998-12-28 Ulrich Drepper <drepper@cygnus.com>
|
||||||
|
|
||||||
|
* sysdeps/unix/sysv/linux/netipx/ipx.h (SIOCIPXNCPCONN): New macro
|
||||||
|
from latest kernel.
|
||||||
|
|
||||||
* stdlib/fpioconst.c: If __NO_LONG_DOUBLE_MATH don't define constants
|
* stdlib/fpioconst.c: If __NO_LONG_DOUBLE_MATH don't define constants
|
||||||
beyond range of double.
|
beyond range of double.
|
||||||
* stdlib/fpioconst.h (_fpioconst_pow10): Reduce size according to
|
* stdlib/fpioconst.h (_fpioconst_pow10): Reduce size according to
|
||||||
|
|
|
||||||
|
|
@ -106,6 +106,7 @@ struct ipx_route_def
|
||||||
#define SIOCAIPXITFCRT (SIOCPROTOPRIVATE)
|
#define SIOCAIPXITFCRT (SIOCPROTOPRIVATE)
|
||||||
#define SIOCAIPXPRISLT (SIOCPROTOPRIVATE + 1)
|
#define SIOCAIPXPRISLT (SIOCPROTOPRIVATE + 1)
|
||||||
#define SIOCIPXCFGDATA (SIOCPROTOPRIVATE + 2)
|
#define SIOCIPXCFGDATA (SIOCPROTOPRIVATE + 2)
|
||||||
|
#define SIOCIPXNCPCONN (SIOCPROTOPRIVATE + 3)
|
||||||
|
|
||||||
__END_DECLS
|
__END_DECLS
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue