]> Savannah Git Hosting - gnulib.git/commit
fts: port to C11 alignof
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 18 Oct 2015 16:52:45 +0000 (09:52 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 18 Oct 2015 17:04:12 +0000 (10:04 -0700)
commit04dee58e17db70e8d0396166be00e6a1b38c31d7
treed1bcb6c3b3a8f198bb00a7ba50a8b17ceef8da64
parent0de3313d86751b8fc4616aad72cc9b6c707f1b3e
fts: port to C11 alignof

* doc/posix-headers/stdalign.texi (stdalign.h):
Document the C11 restriction.
* lib/fts.c: Include stddef.h, for max_align_t.
(fts_alloc): Align using max_align_t, not FTSENT.
* modules/fts (Depends-on): Add stddef.
ChangeLog
doc/posix-headers/stdalign.texi
lib/fts.c
modules/fts