All of lore.kernel.org
 help / color / mirror / Atom feed
From: bill.c.roberts@gmail.com
To: bill.c.roberts@gmail.com
Cc: nicolas.iooss@m4x.org, selinux@vger.kernel.org,
	william.c.roberts@intel.com
Subject: [PATCH v2 2/2] libsemanage: rm semanage_module_upgrade_info from map
Date: Mon, 13 Apr 2020 08:03:59 -0500	[thread overview]
Message-ID: <20200413130359.25372-2-william.c.roberts@intel.com> (raw)
In-Reply-To: <20200413130359.25372-1-william.c.roberts@intel.com>

From: William Roberts <william.c.roberts@intel.com>

This routine was never defined, just declared as a prototype.
Thus it never really existed, but remained in the map file.
Remove it.

Signed-off-by: William Roberts <william.c.roberts@intel.com>
---
 libsemanage/src/libsemanage.map | 1 -
 1 file changed, 1 deletion(-)

diff --git a/libsemanage/src/libsemanage.map b/libsemanage/src/libsemanage.map
index 8ba2746deaa2..1375a8ca0ea7 100644
--- a/libsemanage/src/libsemanage.map
+++ b/libsemanage/src/libsemanage.map
@@ -349,7 +349,6 @@ LIBSEMANAGE_1.1 {
     semanage_module_get_enabled;
     semanage_module_set_enabled;
     semanage_module_install_info;
-    semanage_module_upgrade_info;
     semanage_module_remove_key;
     semanage_set_store_root;
 } LIBSEMANAGE_1.0;
-- 
2.17.1


  reply	other threads:[~2020-04-13 13:04 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-12 16:26 Duplicate versions of libsemanage symbols Nicolas Iooss
2020-04-12 16:45 ` William Roberts
2020-04-12 17:07   ` [PATCH] libsemanage: fix linker script symbol versions bill.c.roberts
2020-04-12 17:42     ` William Roberts
2020-04-12 18:47       ` Nicolas Iooss
2020-04-13 12:49         ` William Roberts
2020-04-13 13:02           ` [PATCH 1/2] " bill.c.roberts
2020-04-13 13:04             ` William Roberts
2020-04-13 13:03           ` [PATCH v2 " bill.c.roberts
2020-04-13 13:03             ` bill.c.roberts [this message]
2020-04-13 17:12             ` Nicolas Iooss
2020-04-13 17:39               ` William Roberts
2020-04-15 15:29                 ` William Roberts
2020-04-12 17:35   ` Duplicate versions of libsemanage symbols William Roberts

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200413130359.25372-2-william.c.roberts@intel.com \
    --to=bill.c.roberts@gmail.com \
    --cc=nicolas.iooss@m4x.org \
    --cc=selinux@vger.kernel.org \
    --cc=william.c.roberts@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.