diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2006-02-03 14:33:12 +0000 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2006-02-03 14:33:12 +0000 |
commit | 4594edc979cedff5be1dc17d8a3d3dcc365f36bc (patch) | |
tree | a7a2612064cc5e7b7aa72bf51447ba738ef58b09 /libpthread/linuxthreads_db/thread_dbP.h | |
parent | 8bdad7ecff03268b7e3fd54270a08e19770f6eaf (diff) |
Use write instead of __libc_write for debug, hide __td_debug
Diffstat (limited to 'libpthread/linuxthreads_db/thread_dbP.h')
-rw-r--r-- | libpthread/linuxthreads_db/thread_dbP.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpthread/linuxthreads_db/thread_dbP.h b/libpthread/linuxthreads_db/thread_dbP.h index 52b420c9c..aa3b53314 100644 --- a/libpthread/linuxthreads_db/thread_dbP.h +++ b/libpthread/linuxthreads_db/thread_dbP.h @@ -32,7 +32,7 @@ enum /* Comment out the following for less verbose output. */ #ifndef NDEBUG # define LOG(c) if (__td_debug) write (2, c "\n", strlen (c "\n")) -extern int __td_debug; +extern int __td_debug attribute_hidden; #else # define LOG(c) #endif |