Source-Changes-HG archive

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

[src/trunk]: src/share/man/man3 Add dladdr to NAME; fix type of dli_saddr; fr...



details:   https://anonhg.NetBSD.org/src/rev/61a1d2c8ebc3
branches:  trunk
changeset: 571066:61a1d2c8ebc3
user:      wiz <wiz%NetBSD.org@localhost>
date:      Wed Nov 10 16:37:19 2004 +0000

description:
Add dladdr to NAME; fix type of dli_saddr; from Sergey Svishchev.

diffstat:

 share/man/man3/dlfcn.3 |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r b42ca04f672f -r 61a1d2c8ebc3 share/man/man3/dlfcn.3
--- a/share/man/man3/dlfcn.3    Wed Nov 10 16:36:28 2004 +0000
+++ b/share/man/man3/dlfcn.3    Wed Nov 10 16:37:19 2004 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: dlfcn.3,v 1.16 2003/04/16 13:35:16 wiz Exp $
+.\"    $NetBSD: dlfcn.3,v 1.17 2004/11/10 16:37:19 wiz Exp $
 .\"
 .\" Copyright (c) 1998 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -41,6 +41,7 @@
 .Nm dlopen ,
 .Nm dlclose ,
 .Nm dlsym ,
+.Nm dladdr ,
 .Nm dlctl ,
 .Nm dlerror
 .Nd dynamic link interface
@@ -151,7 +152,7 @@
        const char  *dli_fname;     /* File defining the symbol */
        void        *dli_fbase;     /* Base address */
        const char  *dli_sname;     /* Symbol name */
-       void        *dli_saddr;     /* Symbol address */
+       const void  *dli_saddr;     /* Symbol address */
 } Dl_info;
 .Ed
 .Pp



Home | Main Index | Thread Index | Old Index