diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-08-24 03:35:35 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-08-24 03:35:35 +0000 |
commit | 069125e53a03f46341754a9458d9ff9d0d119241 (patch) | |
tree | 4bd0452bc3f034cdf080b17dc27cde3b4c8c02f2 /linuxthreads_db/thread_db.h | |
parent | 27692f89660541896c591236fea9714e72b5a811 (diff) | |
download | glibc-069125e53a03f46341754a9458d9ff9d0d119241.zip glibc-069125e53a03f46341754a9458d9ff9d0d119241.tar.gz glibc-069125e53a03f46341754a9458d9ff9d0d119241.tar.bz2 |
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.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/linuxthreads_db/thread_db.h b/linuxthreads_db/thread_db.h index 65cdb84..906f48c 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; |