summaryrefslogtreecommitdiff
path: root/libpthread/linuxthreads_db/td_init.c
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-08-23 15:28:48 +0000
committerMike Frysinger <vapier@gentoo.org>2006-08-23 15:28:48 +0000
commit60907d3b8554695b78e5517df14e70064290f28c (patch)
tree32fdc25c1de39684eb597ab659264fc4cccbdad6 /libpthread/linuxthreads_db/td_init.c
parent75f7c634c337f1912a3f24d646b7f6ece46b2ad6 (diff)
pull from upstream
Diffstat (limited to 'libpthread/linuxthreads_db/td_init.c')
-rw-r--r--libpthread/linuxthreads_db/td_init.c3
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)
{