repo.or.cz
/
gnulib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Do the Windows oldnames workaround through the C++ GNULIB_NAMESPACE.
[gnulib.git]
/
modules
/
posix_memalign
blob
86e8a527875cd033140001297629b8dca47ce925
1
Description:
2
Allocate memory with indefinite extent and specified alignment.
3
4
Files:
5
lib/posix_memalign.c
6
m4/posix_memalign.m4
7
8
Depends-on:
9
extensions
10
stdlib
11
12
configure.ac:
13
gl_FUNC_POSIX_MEMALIGN
14
if test $REPLACE_POSIX_MEMALIGN = 1; then
15
AC_LIBOBJ([posix_memalign])
16
fi
17
gl_STDLIB_MODULE_INDICATOR([posix_memalign])
18
19
Makefile.am:
20
21
Include:
22
<stdlib.h>
23
24
License:
25
LGPLv2+
26
27
Maintainer:
28
all