mailing list of musl libc
 help / color / mirror / code / Atom feed
From: Pierre Carrier <geoffroy.carrier@gmail.com>
To: musl@lists.openwall.com
Subject: RTLD_NOLOAD
Date: Wed, 23 Jan 2013 22:45:12 +0100	[thread overview]
Message-ID: <CAOkgWeX3y7gWoufUVwyrKwtOi77CRSFs=sFiOGvHZpyYTz2QBA@mail.gmail.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 57 bytes --]

Hi,

Please find a trivial patch attached :)

-- 
Pierre

[-- Attachment #2: 0001-add-RTLD_NOLOAD-to-include-dlfcn.h.patch --]
[-- Type: application/octet-stream, Size: 636 bytes --]

From bcd3185b7e948eb8316bed4295643968ef4e3896 Mon Sep 17 00:00:00 2001
From: Pierre Carrier <pierre@gcarrier.fr>
Date: Wed, 23 Jan 2013 22:22:05 +0100
Subject: [PATCH] add RTLD_NOLOAD to include/dlfcn.h

This flag is used by nss (Mozilla).

Signed-off-by: Pierre Carrier <pierre@gcarrier.fr>
---
 include/dlfcn.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/dlfcn.h b/include/dlfcn.h
index 46c4e18..5b57e8a 100644
--- a/include/dlfcn.h
+++ b/include/dlfcn.h
@@ -9,6 +9,7 @@ extern "C" {
 
 #define RTLD_LAZY   1
 #define RTLD_NOW    2
+#define RTLD_NOLOAD 4
 #define RTLD_GLOBAL 256
 #define RTLD_LOCAL  0
 
-- 
1.8.1.1


             reply	other threads:[~2013-01-23 21:45 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-01-23 21:45 Pierre Carrier [this message]
2013-01-24  1:09 ` RTLD_NOLOAD Rich Felker
2013-01-24  3:09   ` RTLD_NOLOAD Rich Felker

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='CAOkgWeX3y7gWoufUVwyrKwtOi77CRSFs=sFiOGvHZpyYTz2QBA@mail.gmail.com' \
    --to=geoffroy.carrier@gmail.com \
    --cc=musl@lists.openwall.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.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/musl/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).