summaryrefslogtreecommitdiff
path: root/libexec/ld.so/resolve.h
diff options
context:
space:
mode:
authorPhilip Guenther <guenther@cvs.openbsd.org>2022-01-28 05:01:29 +0000
committerPhilip Guenther <guenther@cvs.openbsd.org>2022-01-28 05:01:29 +0000
commit00cfd54e0a34af242362b8f493be2320365d5452 (patch)
tree8afc99a44a35e79809e33cec9e87b070cf0aebce /libexec/ld.so/resolve.h
parentd25c7a6123bd976d62df55242dfc5c64c13f7924 (diff)
Update comment: struct link_map is defined in <link_elf.h>
noted by miod
Diffstat (limited to 'libexec/ld.so/resolve.h')
-rw-r--r--libexec/ld.so/resolve.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/ld.so/resolve.h b/libexec/ld.so/resolve.h
index 6b0d36b292c..6d77f1817ce 100644
--- a/libexec/ld.so/resolve.h
+++ b/libexec/ld.so/resolve.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: resolve.h,v 1.99 2021/11/12 22:28:13 guenther Exp $ */
+/* $OpenBSD: resolve.h,v 1.100 2022/01/28 05:01:28 guenther Exp $ */
/*
* Copyright (c) 1998 Per Fogelstrom, Opsycon AB
@@ -80,7 +80,7 @@ void object_vec_grow(struct object_vector *_vec, int _more);
/*
* Structure describing a loaded object.
* The head of this struct must be compatible
- * with struct link_map in sys/link.h
+ * with struct link_map in <link_elf.h>
*/
struct elf_object {
Elf_Addr obj_base; /* object's address '0' base */