| Index: gdb/bsd-uthread.c
|
| diff --git a/gdb/bsd-uthread.c b/gdb/bsd-uthread.c
|
| index ea9831be9b3c68b1517085449fce2b62030132fb..948af8fb52b2e87ab5d763706bba0a00b5908725 100644
|
| --- a/gdb/bsd-uthread.c
|
| +++ b/gdb/bsd-uthread.c
|
| @@ -397,7 +397,7 @@ bsd_uthread_wait (struct target_ops *ops,
|
|
|
| static void
|
| bsd_uthread_resume (struct target_ops *ops,
|
| - ptid_t ptid, int step, enum target_signal sig)
|
| + ptid_t ptid, int step, enum gdb_signal sig)
|
| {
|
| /* Pass the request to the layer beneath. */
|
| struct target_ops *beneath = find_target_beneath (ops);
|
|
|