Unbreak symbol versioning. I have no idea when it was broken, but it's been

at least a few months if not a year or more.
This commit is contained in:
Daniel Eischen 2015-11-29 06:14:51 +00:00
parent cd15736797
commit bf1adfbdcd
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=291439
2 changed files with 2 additions and 1 deletions

View File

@ -17,7 +17,8 @@ SRCS+= aio.c mq.c sigev_thread.c timer.c
PRECIOUSLIB=
VERSION_MAP= ${.CURDIR}/Version.map
VERSION_DEF=${.CURDIR}/../libc/Versions.def
SYMBOL_MAPS=${.CURDIR}/Symbol.map
.if ${MK_TESTS} != "no"
SUBDIR+= tests