summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2015-10-26 16:08:47 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2015-10-26 16:08:47 -0400
commit1feeb6545993f8032be57129a08eae5c5826a215 (patch)
treea5fa7f700840bd62e59f13944cd01ba8a3a5fb55
parent632c1613339e436e9c120f7d03d3613981ba2df9 (diff)
oops
-rw-r--r--src/dl/dlsym_reserved.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dl/dlsym_reserved.go b/src/dl/dlsym_reserved.go
index e4f9eec..cfa0dca 100644
--- a/src/dl/dlsym_reserved.go
+++ b/src/dl/dlsym_reserved.go
@@ -44,7 +44,7 @@ var (
// the executable and its dependencies, as well as symbols in
// shared objects that were dynamically loaded with the
// RTLD_GLOBAL flag.
- RTLD_DEFAULT Handle
+ RTLD_DEFAULT *Handle
// This Handle represents the shared object search order after
// the current object. This allows one to provide a wrapper
@@ -54,7 +54,7 @@ var (
// "real" function provided in another shared object (or for
// that matter, the "next" definition of the function in cases
// where there are multiple layers of preloading).
- RTLD_NEXT Handle
+ RTLD_NEXT *Handle
)
func init() {