]> git.wh0rd.org - fontconfig.git/commit - src/fcint.h
Add *NeededBytesAlign(), which overestimates the padding which is later
authorPatrick Lam <plam@MIT.EDU>
Wed, 16 Nov 2005 15:55:17 +0000 (15:55 +0000)
committerPatrick Lam <plam@MIT.EDU>
Wed, 16 Nov 2005 15:55:17 +0000 (15:55 +0000)
commit7fd7221e683d6c65b9199fd06d34d5215582748e
treec072468c4001de4ee182dbfcf2a8f98eef05834b
parent82f35f8bb4fe58ebc839531f4a63544dc07f0f5d
Add *NeededBytesAlign(), which overestimates the padding which is later
    added by the new ALIGN macro. Fix alignment problems on ia64 and s390
    by bumping up block_ptr appropriately. (Earlier version by Andreas
    Schwab).
Use sysconf to determine proper PAGESIZE value; this appears to be
    POSIX-compliant. (reported by Andreas Schwab)
reviewed by: plam
ChangeLog
src/fccache.c
src/fccharset.c
src/fcfs.c
src/fcint.h
src/fclang.c
src/fcname.c
src/fcpat.c