diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-11-02 16:04:00 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-11-02 16:04:00 +0000 |
commit | 03fc7ab6ed4bc2f71964a3d31ad578821256b6bc (patch) | |
tree | c37b35125e60935a79ee0831af8902534f087a45 /linuxthreads_db/td_ta_new.c | |
parent | ecda4bdaa1835e9a7865667690e3e264c25085e6 (diff) | |
download | glibc-03fc7ab6ed4bc2f71964a3d31ad578821256b6bc.tar.gz glibc-03fc7ab6ed4bc2f71964a3d31ad578821256b6bc.tar.xz glibc-03fc7ab6ed4bc2f71964a3d31ad578821256b6bc.zip |
Update.
* sysdeps/unix/sysv/linux/alpha/sys/procfs.h: Add more pr* types used by the debugger. * sysdeps/unix/sysv/linux/arm/sys/procfs.h: Likewise. * sysdeps/unix/sysv/linux/i386/sys/procfs.h: Likewise. * sysdeps/unix/sysv/linux/mips/sys/procfs.h: Likewise. * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Likewise. * sysdeps/unix/sysv/linux/sys/procfs.h: Likewise. 1999-11-01 Ulrich Drepper <drepper@cygnus.com>
Diffstat (limited to 'linuxthreads_db/td_ta_new.c')
-rw-r--r-- | linuxthreads_db/td_ta_new.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/linuxthreads_db/td_ta_new.c b/linuxthreads_db/td_ta_new.c index 37d6bb1d30..8b22b75ab3 100644 --- a/linuxthreads_db/td_ta_new.c +++ b/linuxthreads_db/td_ta_new.c @@ -16,7 +16,6 @@ You should have received a copy of the GNU Library General Public License along with the GNU C Library; see the file COPYING.LIB. If not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, - Boston, MA 02111-1307, USA. */ #include <stddef.h> @@ -36,7 +35,7 @@ td_ta_new (struct ps_prochandle *ps, td_thragent_t **ta) /* See whether the library contains the necessary symbols. */ if (ps_pglobal_lookup (ps, LIBPTHREAD_SO, "__pthread_threads_debug", &addr) != PS_OK) - return TD_LIBTHREAD; + return TD_NOLIBTHREAD; /* Fill in the appropriate information. */ *ta = (td_thragent_t *) malloc (sizeof (td_thragent_t)); |