Commit 41927d7
unix-ffi/_libc: Extend FreeBSD libc versions range.
This commit adds support for more recent versions of FreeBSD to the
_libc module.
FreeBSD bumped up the major version of its libc library around
14.1-RELEASE, and the _libc module wasn't updated to keep track of this
change. The current version of FreeBSD at the time of this commit is
15.0-RELEASE, so this change should unlock support for two major
versions of the OS in question.
This change might also work with other BSD-derived OSes, but it wasn't
tested on those systems.
This partially fixes #962.
Signed-off-by: Alessandro Gatti <a.gatti@frob.it>1 parent 00efb6c commit 41927d7
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments