artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
47e9386
)
Update comment: struct link_map is defined in <link_elf.h>
author
guenther
<guenther@openbsd.org>
Fri, 28 Jan 2022 05:01:28 +0000
(
05:01
+0000)
committer
guenther
<guenther@openbsd.org>
Fri, 28 Jan 2022 05:01:28 +0000
(
05:01
+0000)
noted by miod
libexec/ld.so/resolve.h
patch
|
blob
|
history
diff --git
a/libexec/ld.so/resolve.h
b/libexec/ld.so/resolve.h
index
6b0d36b
..
6d77f18
100644
(file)
--- 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 */