mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-29 05:28:00 +00:00
remove 'inline' on dns_rbt_serialize_align
This commit is contained in:
parent
04aeac93e5
commit
171d2c23f1
@ -681,7 +681,7 @@ dns_rbt_destroy2(dns_rbt_t **rbtp, unsigned int quantum);
|
||||
* \li ISC_R_QUOTA if 'quantum' nodes have been destroyed.
|
||||
*/
|
||||
|
||||
inline long
|
||||
long
|
||||
dns_rbt_serialize_align(long target);
|
||||
/*%<
|
||||
* 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);
|
||||
}
|
||||
|
||||
inline long
|
||||
long
|
||||
dns_rbt_serialize_align(long target) {
|
||||
long offset = target % 8;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user