Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/distrib/utils/libhack include aligned_alloc(3), now needed f...



details:   https://anonhg.NetBSD.org/src/rev/8ca6d123916d
branches:  trunk
changeset: 930926:8ca6d123916d
user:      jdolecek <jdolecek%NetBSD.org@localhost>
date:      Fri Apr 17 14:55:24 2020 +0000

description:
include aligned_alloc(3), now needed for newfs and fsck_ffs

diffstat:

 distrib/utils/libhack/Makefile.inc |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (27 lines):

diff -r 6ce2d29d4032 -r 8ca6d123916d distrib/utils/libhack/Makefile.inc
--- a/distrib/utils/libhack/Makefile.inc        Fri Apr 17 14:33:42 2020 +0000
+++ b/distrib/utils/libhack/Makefile.inc        Fri Apr 17 14:55:24 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.35 2020/04/05 11:18:02 martin Exp $
+# $NetBSD: Makefile.inc,v 1.36 2020/04/17 14:55:24 jdolecek Exp $
 #
 # Include this fragment to build libhack.o
 # It is .o and not .a to make sure these are the
@@ -24,7 +24,8 @@
 HACKOBJS+=     getcap.o getgrent.o getnet.o getnetgr.o getpwent.o jemalloc.o \
                localeconv.o multibyte.o perror.o runetable.o setlocale.o \
                nl_langinfo.o strcasecmp.o \
-               strerror.o strsignal.o syslog.o utmp.o fmtcheck.o
+               strerror.o strsignal.o syslog.o utmp.o fmtcheck.o \
+           aligned_alloc.o
 
 .if (${USE_YP} != "no")
 HACKOBJS+=     yplib.o
@@ -90,6 +91,7 @@
 multibyte.o:   ${HACKSRC}/multibyte.c
 perror.o:      ${HACKSRC}/perror.c
 jemalloc.o:    ${HACKSRC}/../../../lib/libc/stdlib/jemalloc.c
+aligned_alloc.o:       ${HACKSRC}/../../../lib/libc/stdlib/aligned_alloc.c
 runetable.o:   ${HACKSRC}/../../../lib/libc/locale/runetable.c
 setlocale.o:   ${HACKSRC}/setlocale.c
 strerror.o:    ${HACKSRC}/strerror.c



Home | Main Index | Thread Index | Old Index