git: libc -- stdlib: Implement aligned_alloc from C11.
Venkatesh Srinivas
vsrinivas at crater.dragonflybsd.org
Fri Feb 24 10:22:58 PST 2012
commit ae78cec9c78f3cb24d8212846be4eccc44a0108b
Author: Venkatesh Srinivas <me at endeavour.zapto.org>
Date: Fri Feb 24 10:22:37 2012 -0800
libc -- stdlib: Implement aligned_alloc from C11.
Summary of changes:
include/stdlib.h | 5 +++--
lib/libc/stdlib/Makefile.inc | 3 ++-
lib/libc/stdlib/aligned_alloc.c | 17 +++++++++++++++++
3 files changed, 22 insertions(+), 3 deletions(-)
create mode 100644 lib/libc/stdlib/aligned_alloc.c
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/ae78cec9c78f3cb24d8212846be4eccc44a0108b
--
DragonFly BSD source repository
More information about the Commits
mailing list