sbuf(3): expose sbuf_{clear,get,set}_flags(3) via libsbuf
These functions were added to sbuf(9) in r279992, but never exposed to userspace. Expose them now so they can be used/tested. MFC after: 2 months Sponsored by: Dell EMC Isilon
This commit is contained in:
parent
1d30387920
commit
fa602b5bd0
@ -21,6 +21,9 @@ FBSD_1.2 {
|
||||
sbuf_len;
|
||||
sbuf_done;
|
||||
sbuf_delete;
|
||||
sbuf_clear_flags;
|
||||
sbuf_get_flags;
|
||||
sbuf_set_flags;
|
||||
};
|
||||
|
||||
FBSD_1.3 {
|
||||
|
Loading…
Reference in New Issue
Block a user