diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-08-23 15:28:48 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-08-23 15:28:48 +0000 |
commit | 60907d3b8554695b78e5517df14e70064290f28c (patch) | |
tree | 32fdc25c1de39684eb597ab659264fc4cccbdad6 /libpthread/linuxthreads_db/td_init.c | |
parent | 75f7c634c337f1912a3f24d646b7f6ece46b2ad6 (diff) |
pull from upstream
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) { |