mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-20 11:01:20 +03:00
the unistd module. * lib/getlogin_r.c: Likewise. * lib/getlogin_r.h: Likewise. * lib/glob.c: Likewise. * lib/pagealign_alloc.c: Likewise. * lib/unistd_.h: Remove; no longer needed. * modules/c-stack (Depends-on): Add unistd. * modules/getlogin_r: Likewise. * modules/glob: Likewise. * modules/pagealign_alloc: Likewise. * modules/unistd (Files): Remove lib/unistd_.h. (EXTRA_DIST): Remove. (unistd.h): Create using 'echo' rather than 'cp', so that we don't need unistd_.h. (MOSTLYCLEANFILES): Remove unistd.h-t.
31 lines
342 B
Plaintext
31 lines
342 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
|
|
exit
|
|
getpagesize
|
|
gettext-h
|
|
xalloc
|
|
unistd
|
|
|
|
configure.ac:
|
|
gl_PAGEALIGN_ALLOC
|
|
|
|
Makefile.am:
|
|
|
|
Include:
|
|
#include "pagealign_alloc.h"
|
|
|
|
License:
|
|
GPL
|
|
|
|
Maintainer:
|
|
bug-gnulib@gnu.org
|