mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-14 14:01:48 +03:00
* m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC): Remove AC_LIBOBJ invocation. * modules/pagealign_alloc (Makefile.am): Augment lib_SOURCES.
33 lines
379 B
Plaintext
33 lines
379 B
Plaintext
Description:
|
|
Memory allocation aligned on page boundaries.
|
|
|
|
Files:
|
|
lib/pagealign_alloc.h
|
|
lib/pagealign_alloc.c
|
|
m4/mmap-anon.m4
|
|
m4/pagealign_alloc.m4
|
|
|
|
Depends-on:
|
|
error
|
|
extensions
|
|
getpagesize
|
|
gettext-h
|
|
stdlib
|
|
xalloc
|
|
unistd
|
|
|
|
configure.ac:
|
|
gl_PAGEALIGN_ALLOC
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += pagealign_alloc.c
|
|
|
|
Include:
|
|
"pagealign_alloc.h"
|
|
|
|
License:
|
|
GPL
|
|
|
|
Maintainer:
|
|
bug-gnulib@gnu.org
|