summaryrefslogtreecommitdiffstats
path: root/lib/libthread_db/thread_db_int.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libthread_db/thread_db_int.h')
-rw-r--r--lib/libthread_db/thread_db_int.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/lib/libthread_db/thread_db_int.h b/lib/libthread_db/thread_db_int.h
index bffa0f3..3b03062 100644
--- a/lib/libthread_db/thread_db_int.h
+++ b/lib/libthread_db/thread_db_int.h
@@ -95,12 +95,12 @@ struct ta_ops {
struct td_thragent;
-int thr_pread_int(struct td_thragent *, psaddr_t, uint32_t *);
-int thr_pread_long(struct td_thragent *, psaddr_t, uint64_t *);
-int thr_pread_ptr(struct td_thragent *, psaddr_t, uint64_t *);
+int thr_pread_int(const struct td_thragent *, psaddr_t, uint32_t *);
+int thr_pread_long(const struct td_thragent *, psaddr_t, uint64_t *);
+int thr_pread_ptr(const struct td_thragent *, psaddr_t, psaddr_t *);
-int thr_pwrite_int(struct td_thragent *, psaddr_t, uint32_t);
-int thr_pwrite_long(struct td_thragent *, psaddr_t, uint64_t);
-int thr_pwrite_ptr(struct td_thragent *, psaddr_t, uint64_t);
+int thr_pwrite_int(const struct td_thragent *, psaddr_t, uint32_t);
+int thr_pwrite_long(const struct td_thragent *, psaddr_t, uint64_t);
+int thr_pwrite_ptr(const struct td_thragent *, psaddr_t, psaddr_t);
#endif /* _THREAD_DB_INT_H_ */
OpenPOWER on IntegriCloud