diff options
| author | kleink <kleink@NetBSD.org> | 1999-05-19 14:50:49 +0000 |
|---|---|---|
| committer | kleink <kleink@NetBSD.org> | 1999-05-19 14:50:49 +0000 |
| commit | 196becef814c7b4d64b0efbc93e3ef384d160727 (patch) | |
| tree | 9aa3a2cf0af9c4fd355e4948372b1be782534627 /include | |
| parent | 28d76befd4bdc182b2d823a6ed08cd41ecba9072 (diff) | |
Declare dlerror()'s return value __aconst.
Diffstat (limited to 'include')
| -rw-r--r-- | include/dlfcn.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/dlfcn.h b/include/dlfcn.h index 763a8957264..ffa8c0b70ec 100644 --- a/include/dlfcn.h +++ b/include/dlfcn.h @@ -1,4 +1,4 @@ -/* $NetBSD: dlfcn.h,v 1.9 1998/09/05 13:11:07 pk Exp $ */ +/* $NetBSD: dlfcn.h,v 1.10 1999/05/19 14:50:49 kleink Exp $ */ /*- * Copyright (c) 1998 The NetBSD Foundation, Inc. @@ -61,7 +61,7 @@ extern void *dlsym __P((void *, const char *)); extern int dladdr __P((void *, Dl_info *)); extern int dlctl __P((void *, int, void *)); #endif -extern char *dlerror __P((void)); +extern __aconst char *dlerror __P((void)); __END_DECLS /* Values for dlopen `mode'. */ |
