svn commit: r349709 - stable/12/contrib/elftoolchain/libelftc

Mark Johnston markj at FreeBSD.org
Wed Jul 3 20:54:53 UTC 2019


Author: markj
Date: Wed Jul  3 20:54:52 2019
New Revision: 349709
URL: https://svnweb.freebsd.org/changeset/base/349709

Log:
  MFC r349422:
  libelftc: Fix the documented prototype for elftc_string_table_destroy().

Modified:
  stable/12/contrib/elftoolchain/libelftc/elftc_string_table_create.3
Directory Properties:
  stable/12/   (props changed)

Modified: stable/12/contrib/elftoolchain/libelftc/elftc_string_table_create.3
==============================================================================
--- stable/12/contrib/elftoolchain/libelftc/elftc_string_table_create.3	Wed Jul  3 20:54:36 2019	(r349708)
+++ stable/12/contrib/elftoolchain/libelftc/elftc_string_table_create.3	Wed Jul  3 20:54:52 2019	(r349709)
@@ -41,7 +41,7 @@
 .In libelftc.h
 .Ft "Elftc_String_Table *"
 .Fn elftc_string_table_create "size_t sizehint"
-.Ft int
+.Ft void
 .Fn elftc_string_table_destroy "Elftc_String_Table *table"
 .Ft "Elftc_String_Table *"
 .Fn elftc_string_table_from_section "Elf_Scn *scn" "size_t sizehint"


More information about the svn-src-stable-12 mailing list