Expose the sbuf_putbuf() symbol to libsbuf. There are a few other symbols

that are present but not exposed, like get/set/clear flags, not sure if they
need to be exposed at this point.

Sponsored by:	Netflix
This commit is contained in:
scottl 2017-03-02 01:39:23 +00:00
parent 76410f366f
commit df165f3fff
2 changed files with 8 additions and 0 deletions

View File

@ -31,3 +31,8 @@ FBSD_1.3 {
FBSD_1.4 {
sbuf_hexdump;
};
FBSD_1.5 {
sbuf_putbuf;
};

View File

@ -8,3 +8,6 @@ FBSD_1.3 {
FBSD_1.4 {
} FBSD_1.3;
FBSD_1.5 {
} FBSD_1.4;