2.5-18.1
[jlayton/glibc.git] / sysdeps / powerpc / powerpc32 / backtrace.c
index 118f0d61752516b91c8c89984971d3295046fa47..e7e12544c53e1b3fe6739e3f501da5e18bfd4369 100644 (file)
@@ -1,5 +1,5 @@
 /* Return backtrace of current program state.
-   Copyright (C) 1998, 2000 Free Software Foundation, Inc.
+   Copyright (C) 1998, 2000, 2005 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
@@ -64,3 +64,4 @@ __backtrace (void **array, int size)
   return count;
 }
 weak_alias (__backtrace, backtrace)
+libc_hidden_def (__backtrace)