mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-01 15:05:23 +00:00
remove 'inline' on dns_rbt_serialize_align
This commit is contained in:
@@ -681,7 +681,7 @@ dns_rbt_destroy2(dns_rbt_t **rbtp, unsigned int quantum);
|
|||||||
* \li ISC_R_QUOTA if 'quantum' nodes have been destroyed.
|
* \li ISC_R_QUOTA if 'quantum' nodes have been destroyed.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
inline long
|
long
|
||||||
dns_rbt_serialize_align(long target);
|
dns_rbt_serialize_align(long target);
|
||||||
/*%<
|
/*%<
|
||||||
* Align the provided integer to a pointer-size boundary.
|
* Align the provided integer to a pointer-size boundary.
|
||||||
|
@@ -546,7 +546,7 @@ serialize_nodes(FILE *file, dns_rbtnode_t *node, uintptr_t parent,
|
|||||||
return (result);
|
return (result);
|
||||||
}
|
}
|
||||||
|
|
||||||
inline long
|
long
|
||||||
dns_rbt_serialize_align(long target) {
|
dns_rbt_serialize_align(long target) {
|
||||||
long offset = target % 8;
|
long offset = target % 8;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user