Browse Source

Implement a DL_REFERENCE dlctl. To be used by the upcoming

__cxa_thread_atexit() implementation.
ok guenther@
OPENBSD_6_3
kettenis 6 years ago
parent
commit
f82a07efc6
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      src/include/dlfcn.h

+ 2
- 1
src/include/dlfcn.h View File

@ -1,4 +1,4 @@
/* $OpenBSD: dlfcn.h,v 1.13 2013/03/24 01:37:21 deraadt Exp $ */
/* $OpenBSD: dlfcn.h,v 1.14 2017/11/28 17:19:47 kettenis Exp $ */
/* $NetBSD: dlfcn.h,v 1.2 1995/06/05 19:38:00 pk Exp $ */
/*
@ -72,6 +72,7 @@ typedef struct dl_info {
#define DL_GETLOADADDR x
#define DL_SETTHREADLCK 2
#define DL_SETBINDLCK 3
#define DL_REFERENCE 4
#define DL_LAZY RTLD_LAZY /* Compat */


Loading…
Cancel
Save