diff options
author | Andreas Jaeger <aj@suse.de> | 2000-12-31 19:13:04 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2000-12-31 19:13:04 +0000 |
commit | 66539a737d6e1fe3aa6ce27f9a2548f9e7f47e3f (patch) | |
tree | 5956e4edd32bea5f2cc2b721b7137765fab17d89 /sysdeps/generic/enbl-secure.c | |
parent | 72f70279f4fa34d123ec234c7295059ce15fb8ac (diff) | |
download | glibc-66539a737d6e1fe3aa6ce27f9a2548f9e7f47e3f.tar.gz glibc-66539a737d6e1fe3aa6ce27f9a2548f9e7f47e3f.tar.xz glibc-66539a737d6e1fe3aa6ce27f9a2548f9e7f47e3f.zip |
Update.
* include/libc-internal.h: Add prototype for __libc_freeres. * malloc/mtrace.c: Likewise. * malloc/set-freeres.c: Likewise.
Diffstat (limited to 'sysdeps/generic/enbl-secure.c')
-rw-r--r-- | sysdeps/generic/enbl-secure.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/generic/enbl-secure.c b/sysdeps/generic/enbl-secure.c index 7dcd4391fa..fac79ea30e 100644 --- a/sysdeps/generic/enbl-secure.c +++ b/sysdeps/generic/enbl-secure.c @@ -1,5 +1,5 @@ /* Define and initialize the `__libc_enable_secure' flag. Generic version. - Copyright (C) 1996, 1997, 1998 Free Software Foundation, Inc. + Copyright (C) 1996, 1997, 1998, 2000 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 @@ -21,7 +21,7 @@ dl-sysdep.c defines and initializes __libc_enable_secure. */ #include <unistd.h> - +#include <libc-internal.h> /* Safest assumption, if somehow the initializer isn't run. */ int __libc_enable_secure = 1; |