X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Flinux%2Fa.out.h;h=f913cc3e1b0da141d273522c751e4003cfc7ec18;hb=43bc926fffd92024b46cafaf7350d669ba9ca884;hp=af8a1dfa5c329dd2dcdbbefc11238e413c3c08a8;hpb=cee37fe97739d85991964371c1f3a745c00dd236;p=linux-2.6.git diff --git a/include/linux/a.out.h b/include/linux/a.out.h index af8a1dfa5..f913cc3e1 100644 --- a/include/linux/a.out.h +++ b/include/linux/a.out.h @@ -138,7 +138,7 @@ enum machine_type { #endif #endif -#define _N_SEGMENT_ROUND(x) (((x) + SEGMENT_SIZE - 1) & ~(SEGMENT_SIZE - 1)) +#define _N_SEGMENT_ROUND(x) ALIGN(x, SEGMENT_SIZE) #define _N_TXTENDADDR(x) (N_TXTADDR(x)+(x).a_text)