diff options
author | "Steven J. Hill" <sjhill@realitydiluted.com> | 2006-08-24 02:50:25 +0000 |
---|---|---|
committer | "Steven J. Hill" <sjhill@realitydiluted.com> | 2006-08-24 02:50:25 +0000 |
commit | ba9d6f2bb8f85bc08d50997fc5bb8eba5d5e2487 (patch) | |
tree | e7e6d8c6356319d069c9bd0bb3c6516c9b96777e /libpthread/linuxthreads_db/td_init.c | |
parent | dce2030f955f7af4b1c29148601037ea56ba53cd (diff) | |
download | uClibc-alpine-ba9d6f2bb8f85bc08d50997fc5bb8eba5d5e2487.tar.bz2 uClibc-alpine-ba9d6f2bb8f85bc08d50997fc5bb8eba5d5e2487.tar.xz |
Merge from trunk.
Diffstat (limited to 'libpthread/linuxthreads_db/td_init.c')
-rw-r--r-- | libpthread/linuxthreads_db/td_init.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libpthread/linuxthreads_db/td_init.c b/libpthread/linuxthreads_db/td_init.c index 6f0e1584c..66e9849bb 100644 --- a/libpthread/linuxthreads_db/td_init.c +++ b/libpthread/linuxthreads_db/td_init.c @@ -1,5 +1,5 @@ /* Initialization function of thread debugger support library. - Copyright (C) 1999, 2001 Free Software Foundation, Inc. + Copyright (C) 1999, 2001, 2006 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper <drepper@cygnus.com>, 1999. @@ -24,6 +24,7 @@ int __td_debug; #endif + td_err_e td_init (void) { |