summaryrefslogtreecommitdiff
path: root/linuxthreads_db/thread_db.h
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2002-08-24 03:35:35 +0000
committerUlrich Drepper <drepper@redhat.com>2002-08-24 03:35:35 +0000
commit069125e53a03f46341754a9458d9ff9d0d119241 (patch)
tree4bd0452bc3f034cdf080b17dc27cde3b4c8c02f2 /linuxthreads_db/thread_db.h
parent27692f89660541896c591236fea9714e72b5a811 (diff)
Update.
2002-08-23 Ulrich Drepper <drepper@redhat.com> * pthread.c (__linuxthreads_version): New global constant.
Diffstat (limited to 'linuxthreads_db/thread_db.h')
-rw-r--r--linuxthreads_db/thread_db.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/linuxthreads_db/thread_db.h b/linuxthreads_db/thread_db.h
index 65cdb84886..906f48cd6e 100644
--- a/linuxthreads_db/thread_db.h
+++ b/linuxthreads_db/thread_db.h
@@ -52,7 +52,8 @@ typedef enum
TD_MALLOC, /* Out of memory. */
TD_PARTIALREG, /* Not entire register set was read or written. */
TD_NOXREGS, /* X register set not available for given thread. */
- TD_NOTALLOC /* TLS memory not yet allocated. */
+ TD_NOTALLOC, /* TLS memory not yet allocated. */
+ TD_VERSION /* Version if libpthread and libthread_db do not match. */
} td_err_e;