summaryrefslogtreecommitdiffstats
path: root/sys/sys/link_aout.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/sys/link_aout.h')
-rw-r--r--sys/sys/link_aout.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/sys/link_aout.h b/sys/sys/link_aout.h
index 3acb86a..2339aee 100644
--- a/sys/sys/link_aout.h
+++ b/sys/sys/link_aout.h
@@ -58,7 +58,8 @@ struct link_map {
struct r_debug {
int r_version; /* not used */
struct link_map *r_map; /* list of loaded images */
- void (*r_brk)(void); /* pointer to break point */
+ void (*r_brk)(struct r_debug *, struct link_map *);
+ /* pointer to break point */
enum {
RT_CONSISTENT, /* things are stable */
RT_ADD, /* adding a shared library */
OpenPOWER on IntegriCloud