mirror of git://sourceware.org/git/glibc.git
2004-09-09 Roland McGrath <roland@redhat.com>
* td_ta_map_lwp2thr.c (td_ta_map_lwp2thr): Don't abort if inferior's descriptor is bogus.
This commit is contained in:
parent
e071493f41
commit
583f34c8b1
|
|
@ -1,5 +1,5 @@
|
||||||
/* Which thread is running on an LWP?
|
/* Which thread is running on an LWP?
|
||||||
Copyright (C) 2003 Free Software Foundation, Inc.
|
Copyright (C) 2003, 2004 Free Software Foundation, Inc.
|
||||||
This file is part of the GNU C Library.
|
This file is part of the GNU C Library.
|
||||||
|
|
||||||
The GNU C Library is free software; you can redistribute it and/or
|
The GNU C Library is free software; you can redistribute it and/or
|
||||||
|
|
@ -122,7 +122,6 @@ td_ta_map_lwp2thr (const td_thragent_t *ta_arg,
|
||||||
return TD_DBERR;
|
return TD_DBERR;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
abort ();
|
|
||||||
return TD_DBERR;
|
return TD_DBERR;
|
||||||
|
|
||||||
case ta_howto_reg:
|
case ta_howto_reg:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue