Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/lib/libsa Add a prototype.



details:   https://anonhg.NetBSD.org/src/rev/9be820b2c926
branches:  trunk
changeset: 752041:9be820b2c926
user:      martin <martin%NetBSD.org@localhost>
date:      Thu Feb 11 21:28:16 2010 +0000

description:
Add a prototype.

diffstat:

 sys/lib/libsa/lookup_elf32.c |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r ccc92add0895 -r 9be820b2c926 sys/lib/libsa/lookup_elf32.c
--- a/sys/lib/libsa/lookup_elf32.c      Thu Feb 11 19:50:34 2010 +0000
+++ b/sys/lib/libsa/lookup_elf32.c      Thu Feb 11 21:28:16 2010 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: lookup_elf32.c,v 1.2 2010/02/10 23:33:56 martin Exp $ */
+/* $NetBSD: lookup_elf32.c,v 1.3 2010/02/11 21:28:16 martin Exp $ */
 
 /*-
  * Copyright (c) 2010 The NetBSD Foundation, Inc.
@@ -41,6 +41,8 @@
 #if ((ELFSIZE == 32) && defined(BOOT_ELF32)) || \
     ((ELFSIZE == 64) && defined(BOOT_ELF64))
 
+void * ELFNAMEEND(lookup_symbol)(const char *, void *, void *);
+
 void *
 ELFNAMEEND(lookup_symbol)(const char *symname, void *sstab, void *estab)
 {



Home | Main Index | Thread Index | Old Index