svn commit: r316553 - head/lib/libsbuf

Ngie Cooper ngie at FreeBSD.org
Thu Apr 6 04:58:53 UTC 2017


Author: ngie
Date: Thu Apr  6 04:58:51 2017
New Revision: 316553
URL: https://svnweb.freebsd.org/changeset/base/316553

Log:
  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

Modified:
  head/lib/libsbuf/Symbol.map

Modified: head/lib/libsbuf/Symbol.map
==============================================================================
--- head/lib/libsbuf/Symbol.map	Thu Apr  6 03:50:58 2017	(r316552)
+++ head/lib/libsbuf/Symbol.map	Thu Apr  6 04:58:51 2017	(r316553)
@@ -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 {


More information about the svn-src-all mailing list