From: Ulrich Drepper Date: Mon, 28 Dec 1998 17:01:32 +0000 (+0000) Subject: Update. X-Git-Tag: cvs/glibc-2_0_112~141 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=db60f6f9c547388647761d6e494eda54b6f800cd;p=platform%2Fupstream%2Fglibc.git Update. * sysdeps/unix/sysv/linux/netipx/ipx.h (SIOCIPXNCPCONN): New macro from latest kernel. --- diff --git a/ChangeLog b/ChangeLog index 3d8ca03..5709761 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 1998-12-28 Ulrich Drepper + * 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 beyond range of double. * stdlib/fpioconst.h (_fpioconst_pow10): Reduce size according to diff --git a/sysdeps/unix/sysv/linux/netipx/ipx.h b/sysdeps/unix/sysv/linux/netipx/ipx.h index 8a7b6cf..4d49708 100644 --- a/sysdeps/unix/sysv/linux/netipx/ipx.h +++ b/sysdeps/unix/sysv/linux/netipx/ipx.h @@ -106,6 +106,7 @@ struct ipx_route_def #define SIOCAIPXITFCRT (SIOCPROTOPRIVATE) #define SIOCAIPXPRISLT (SIOCPROTOPRIVATE + 1) #define SIOCIPXCFGDATA (SIOCPROTOPRIVATE + 2) +#define SIOCIPXNCPCONN (SIOCPROTOPRIVATE + 3) __END_DECLS