This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Fix typo in #error
- From: Jeff Bailey <jbailey at raspberryginger dot com>
- To: libc-alpha at sources dot redhat dot com
- Date: Sun, 16 Jul 2006 09:10:02 -0700
- Subject: Fix typo in #error
The error code refers to tls-audit.h instead of tst-audit.h.
2006-07-16 Jeff Bailey <jbailey@ubuntu.com>
* elf/tst-auditmod1.c: Fix typo in error.
Index: elf/tst-auditmod1.c
===================================================================
RCS file: /cvs/glibc/libc/elf/tst-auditmod1.c,v
retrieving revision 1.13
diff -u -p -r1.13 tst-auditmod1.c
--- elf/tst-auditmod1.c 5 Oct 2005 18:57:00 -0000 1.13
+++ elf/tst-auditmod1.c 16 Jul 2006 16:03:20 -0000
@@ -197,7 +197,7 @@ la_symbind64 (Elf64_Sym *sym, unsigned i
#include <tst-audit.h>
#if (!defined (pltenter) || !defined (pltexit) || !defined (La_regs) \
|| !defined (La_retval) || !defined (int_retval))
-# error "architecture specific code needed in sysdeps/CPU/tls-audit.h or here"
+# error "architecture specific code needed in sysdeps/CPU/tst-audit.h or here"
#endif
--
I do not agree with a word you say, but I will defend to the death your
right to say it.
- Voltaire