diff options
Diffstat (limited to 'elf/dlfcn.h')
-rw-r--r-- | elf/dlfcn.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/elf/dlfcn.h b/elf/dlfcn.h index 80fd656d16..76fdc3c1c9 100644 --- a/elf/dlfcn.h +++ b/elf/dlfcn.h @@ -1,5 +1,5 @@ /* User functions for run-time dynamic loading. - Copyright (C) 1995, 1996, 1997, 1998 Free Software Foundation, Inc. + Copyright (C) 1995, 1996, 1997, 1998, 1999 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -24,7 +24,7 @@ #define __need_NULL #include <stddef.h> -/* Collect various system dependand definitions and declarations. */ +/* Collect various system dependent definitions and declarations. */ #include <bits/dlfcn.h> /* If the first argument of `dlsym' or `dlvsym' is set to RTLD_NEXT |