mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-01 10:06:57 +03:00
Update.
1999-05-12 Andreas Jaeger <aj@arthur.rhein-neckar.de> * resolv/arpa/nameser.h: Add C++ protectors.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
1999-05-12 Andreas Jaeger <aj@arthur.rhein-neckar.de>
|
||||||
|
|
||||||
|
* resolv/arpa/nameser.h: Add C++ protectors.
|
||||||
|
|
||||||
1999-05-08 Andreas Jaeger <aj@arthur.rhein-neckar.de>
|
1999-05-08 Andreas Jaeger <aj@arthur.rhein-neckar.de>
|
||||||
|
|
||||||
* iconvdata/gconv-modules: Fix alias for CP1255. Reported by
|
* iconvdata/gconv-modules: Fix alias for CP1255. Reported by
|
||||||
|
@ -249,6 +249,8 @@
|
|||||||
/* glibc always has byte order info in <endian.h> */
|
/* glibc always has byte order info in <endian.h> */
|
||||||
#include <endian.h>
|
#include <endian.h>
|
||||||
|
|
||||||
|
__BEGIN_DECLS
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Structure for query header. The order of the fields is machine- and
|
* Structure for query header. The order of the fields is machine- and
|
||||||
* compiler-dependent, depending on the byte/bit order and the layout
|
* compiler-dependent, depending on the byte/bit order and the layout
|
||||||
@ -343,4 +345,6 @@ extern u_int32_t _getlong __P((const u_char *));
|
|||||||
(cp) += INT32SZ; \
|
(cp) += INT32SZ; \
|
||||||
}
|
}
|
||||||
|
|
||||||
|
__END_DECLS
|
||||||
|
|
||||||
#endif /* arpa/nameser.h */
|
#endif /* arpa/nameser.h */
|
||||||
|
Reference in New Issue
Block a user