diff options
Diffstat (limited to 'elf/dlopen.c')
-rw-r--r-- | elf/dlopen.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/elf/dlopen.c b/elf/dlopen.c index de65a20d97..26ed35ace6 100644 --- a/elf/dlopen.c +++ b/elf/dlopen.c @@ -1,5 +1,5 @@ /* dlopen -- Load a shared object at run time. -Copyright (C) 1995 Free Software Foundation, Inc. +Copyright (C) 1995, 1996 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 @@ -22,7 +22,7 @@ Cambridge, MA 02139, USA. */ #include <dlfcn.h> void * -dlopen (const char *file, dl_open_mode mode) +dlopen (const char *file, int mode) { struct link_map *new, *l; |