diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2015-10-26 16:08:47 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2015-10-26 16:08:47 -0400 |
commit | f3a7f73359c43d57e6521b83f0dbbf4ca9466e6b (patch) | |
tree | ef29495136d38eb514cf2df587ddce73dd8ec6c3 | |
parent | 8bf311c35a97226affb297e164201fa308ee03ce (diff) |
oops
-rw-r--r-- | dl/dlsym_reserved.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dl/dlsym_reserved.go b/dl/dlsym_reserved.go index e4f9eec..cfa0dca 100644 --- a/dl/dlsym_reserved.go +++ b/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() { |