Add sbuf_start_section and sbuf_end_section to the libsbuf symbol map.
MFC after: 1 month
This commit is contained in:
parent
156185aa6e
commit
e5ccd8b61a
@ -22,3 +22,8 @@ FBSD_1.2 {
|
||||
sbuf_done;
|
||||
sbuf_delete;
|
||||
};
|
||||
|
||||
FBSD_1.3 {
|
||||
sbuf_start_section;
|
||||
sbuf_end_section;
|
||||
};
|
||||
|
@ -2,3 +2,6 @@
|
||||
|
||||
FBSD_1.2 {
|
||||
};
|
||||
|
||||
FBSD_1.3 {
|
||||
} FBSD_1.2;
|
||||
|
Loading…
Reference in New Issue
Block a user