mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 15:20:00 -04:00
ALIGN
This commit is contained in:
parent
da3db8e2a1
commit
3b371eaa5d
1 changed files with 4 additions and 0 deletions
|
|
@ -110,4 +110,8 @@ int daemon(int nochdir, int noclose);
|
|||
char * strsep(char **stringp, const char *delim);
|
||||
#endif
|
||||
|
||||
#ifndef ALIGN
|
||||
#define ALIGN(p) (((unsigned int)(p) + (sizeof(int) - 1)) & ~(sizeof(int) - 1))
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue