diff options
Diffstat (limited to 'libexec/ld.so/resolve.h')
-rw-r--r-- | libexec/ld.so/resolve.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libexec/ld.so/resolve.h b/libexec/ld.so/resolve.h index d3c20b1bdcf..2eb39d3d251 100644 --- a/libexec/ld.so/resolve.h +++ b/libexec/ld.so/resolve.h @@ -1,4 +1,4 @@ -/* $OpenBSD: resolve.h,v 1.50 2005/11/09 16:41:29 kurt Exp $ */ +/* $OpenBSD: resolve.h,v 1.51 2006/05/03 16:10:51 drahn Exp $ */ /* * Copyright (c) 1998 Per Fogelstrom, Opsycon AB @@ -136,6 +136,8 @@ struct elf_object { /* object that caused this module to be loaded, used in symbol lookup */ elf_object_t *load_object; + void *prebind_data; + /* for object confirmation */ dev_t dev; ino_t inode; |