Clarify that the package won't build on older versions.

This commit is contained in:
Greg Lehey 2004-12-14 02:31:58 +00:00
parent 52619f7b5b
commit b72b485a0c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=123980
2 changed files with 10 additions and 0 deletions

View file

@ -35,6 +35,11 @@ applies, but it's not included here for copyright reasons. There's
nothing unusual about it. In particular, the section TUNING in
FreeBSD malloc(3) does not apply.
This library uses the POSIX pthread_atfork() function which was not
committed to -CURRENT until 10 December 2004. See PR bin/68841 for
further details. To build it on older versions, first install this
patch, which should be transparent.
In addition to the library, the package contains a couple of test
cases. Theoretically they could be run using the FreeBSD libraries,
but they call the legacy memalign() function, which is not provided by

View file

@ -35,6 +35,11 @@ applies, but it's not included here for copyright reasons. There's
nothing unusual about it. In particular, the section TUNING in
FreeBSD malloc(3) does not apply.
This library uses the POSIX pthread_atfork() function which was not
committed to -CURRENT until 10 December 2004. See PR bin/68841 for
further details. To build it on older versions, first install this
patch, which should be transparent.
In addition to the library, the package contains a couple of test
cases. Theoretically they could be run using the FreeBSD libraries,
but they call the legacy memalign() function, which is not provided by