diff options
author | Marco S Hyman <marc@cvs.openbsd.org> | 2003-04-25 19:16:13 +0000 |
---|---|---|
committer | Marco S Hyman <marc@cvs.openbsd.org> | 2003-04-25 19:16:13 +0000 |
commit | f76b6194d1de1d0cd99563861d856deff2f7cfc6 (patch) | |
tree | ec4684c62740c0198c7f76df3115db09177f42af | |
parent | 600cbc5b3f73fb4194f08869aed1aaa747b5b8e0 (diff) |
Add DL_SETTHREADLCK. "pretty obviously safe i think" teddu@
-rw-r--r-- | include/dlfcn.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/dlfcn.h b/include/dlfcn.h index efb896b9a07..b2c86bb7fc0 100644 --- a/include/dlfcn.h +++ b/include/dlfcn.h @@ -1,4 +1,4 @@ -/* $OpenBSD: dlfcn.h,v 1.6 2002/06/02 22:49:59 deraadt Exp $ */ +/* $OpenBSD: dlfcn.h,v 1.7 2003/04/25 19:16:12 marc Exp $ */ /* $NetBSD: dlfcn.h,v 1.2 1995/06/05 19:38:00 pk Exp $ */ /* @@ -59,5 +59,6 @@ __END_DECLS #define DL_GETLIST x #define DL_GETREFCNT x #define DL_GETLOADADDR x +#define DL_SETTHREADLCK 2 #endif /* _DLFCN_H_ */ |