diff options
Diffstat (limited to 'nptl_db')
-rw-r--r-- | nptl_db/thread_dbP.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nptl_db/thread_dbP.h b/nptl_db/thread_dbP.h index 5504dd070f..c53d1ed940 100644 --- a/nptl_db/thread_dbP.h +++ b/nptl_db/thread_dbP.h @@ -57,7 +57,7 @@ enum /* Comment out the following for less verbose output. */ #ifndef NDEBUG -# define LOG(c) if (__td_debug) __libc_write (2, c "\n", strlen (c "\n")) +# define LOG(c) if (__td_debug) write (2, c "\n", strlen (c "\n")) extern int __td_debug attribute_hidden; #else # define LOG(c) |