utf8proc: Update from 2.1.0 to 2.1.1
[termux-packages] / packages / gdb / linux_thread_db_no_th_unique.patch
1 diff -u -r ../gdb-7.6.2/gdb/linux-thread-db.c ./gdb/linux-thread-db.c
2 --- ../gdb-7.6.2/gdb/linux-thread-db.c 2013-12-08 05:33:13.000000000 +0100
3 +++ ./gdb/linux-thread-db.c 2014-01-07 16:43:01.866311352 +0100
4 @@ -447,9 +447,6 @@
5 struct thread_db_info *info;
6 struct thread_get_info_inout io = {0};
7
8 - /* Just in case td_ta_map_lwp2thr doesn't initialize it completely. */
9 - th.th_unique = 0;
10 -
11 /* This ptid comes from linux-nat.c, which should always fill in the
12 LWP. */
13 gdb_assert (GET_LWP (ptid) != 0);