diff options
author | John Baldwin <jhb@FreeBSD.org> | 2016-07-01 10:18:50 -0700 |
---|---|---|
committer | John Baldwin <jhb@FreeBSD.org> | 2016-07-06 05:57:41 -0700 |
commit | ee950322ca2c77494b1742f304632f667ed6ce79 (patch) | |
tree | 1f9bbdd83fb37dd773c521daeabe241c563c66e7 /gdb/ChangeLog | |
parent | 1040b979bc46474530fa4fee397b8acc460c01e9 (diff) | |
download | gdb-ee950322ca2c77494b1742f304632f667ed6ce79.zip gdb-ee950322ca2c77494b1742f304632f667ed6ce79.tar.gz gdb-ee950322ca2c77494b1742f304632f667ed6ce79.tar.bz2 |
Use 'ptid_t' instead of 'ptid' for fbsd_next_vfork_done's return type.
'ptid' compiles in C++, but not C.
gdb/ChangeLog:
* fbsd-nat.c (fbsd_is_vfork_done_pending): Fix return type.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index a2fe153..bf164bc 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2016-07-06 John Baldwin <jhb@FreeBSD.org> + + * fbsd-nat.c (fbsd_is_vfork_done_pending): Fix return type. + 2016-07-06 Yao Qi <yao.qi@linaro.org> * arm-tdep.c (arm_vfp_cprc_sub_candidate): Don't call |