s/GNU_SOURCE/_GNU_SOURCE/

This commit is contained in:
Michael Kerrisk 2005-10-28 13:27:52 +00:00
parent 62efe3ef2d
commit bf93c935d1
1 changed files with 1 additions and 1 deletions

View File

@ -275,7 +275,7 @@ returns.
Glibc adds two functions not described by POSIX, with prototypes
.sp
.nf
.B #define GNU_SOURCE
.B #define _GNU_SOURCE
.B #include <dlfcn.h>
.sp
.BI "int dladdr(void *" addr ", Dl_info *" info );