Add sbuf_start_section and sbuf_end_section to the libsbuf symbol map.

MFC after:	1 month
This commit is contained in:
trociny 2013-04-11 19:50:10 +00:00
parent 156185aa6e
commit e5ccd8b61a
2 changed files with 8 additions and 0 deletions

View File

@ -22,3 +22,8 @@ FBSD_1.2 {
sbuf_done;
sbuf_delete;
};
FBSD_1.3 {
sbuf_start_section;
sbuf_end_section;
};

View File

@ -2,3 +2,6 @@
FBSD_1.2 {
};
FBSD_1.3 {
} FBSD_1.2;