diff options
| author | Ed Schouten <ed@FreeBSD.org> | 2012-10-19 05:43:38 +0000 |
|---|---|---|
| committer | Ed Schouten <ed@FreeBSD.org> | 2012-10-19 05:43:38 +0000 |
| commit | ae824d80f28cd14c0c0ec75076c796e6a369bc18 (patch) | |
| tree | 4ffbcf3b1f945e0ae5715cc8c2500ff622b14872 /lib/libthread_db | |
| parent | 8241616dc534f6cf0c95abe6b61bc2bb0378fc91 (diff) | |
Notes
Diffstat (limited to 'lib/libthread_db')
| -rw-r--r-- | lib/libthread_db/libpthread_db.c | 2 | ||||
| -rw-r--r-- | lib/libthread_db/libthr_db.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/libthread_db/libpthread_db.c b/lib/libthread_db/libpthread_db.c index 31ea15d8ad09..e190e5611689 100644 --- a/lib/libthread_db/libpthread_db.c +++ b/lib/libthread_db/libpthread_db.c @@ -1107,7 +1107,7 @@ pt_thr_tls_get_addr(const td_thrhandle_t *th, psaddr_t _linkmap, size_t offset, return (TD_OK); } -struct ta_ops libpthread_db_ops = { +static struct ta_ops libpthread_db_ops = { .to_init = pt_init, .to_ta_clear_event = pt_ta_clear_event, .to_ta_delete = pt_ta_delete, diff --git a/lib/libthread_db/libthr_db.c b/lib/libthread_db/libthr_db.c index b24385f97687..c20394c7ef22 100644 --- a/lib/libthread_db/libthr_db.c +++ b/lib/libthread_db/libthr_db.c @@ -765,7 +765,7 @@ pt_thr_tls_get_addr(const td_thrhandle_t *th, psaddr_t _linkmap, size_t offset, return (TD_OK); } -struct ta_ops libthr_db_ops = { +static struct ta_ops libthr_db_ops = { .to_init = pt_init, .to_ta_clear_event = pt_ta_clear_event, .to_ta_delete = pt_ta_delete, |
