diff options
author | Thomas Schwinge <thomas@schwinge.name> | 2011-07-16 00:37:44 +0200 |
---|---|---|
committer | Thomas Schwinge <thomas@schwinge.name> | 2011-07-16 00:37:44 +0200 |
commit | 1ce38f54619afa424d654e87c9dfa37821a667b3 (patch) | |
tree | 6a9c280876199f49ad45993fe7a38a9b150160fb /open_issues/glibc_madvise_vs_static_linking.mdwn | |
parent | 9f5e3555f8812ebe4447b7a5519988b4b61275bc (diff) | |
download | web-1ce38f54619afa424d654e87c9dfa37821a667b3.tar.gz web-1ce38f54619afa424d654e87c9dfa37821a667b3.tar.bz2 web-1ce38f54619afa424d654e87c9dfa37821a667b3.zip |
open_issues/gcc: Update.
Diffstat (limited to 'open_issues/glibc_madvise_vs_static_linking.mdwn')
-rw-r--r-- | open_issues/glibc_madvise_vs_static_linking.mdwn | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/open_issues/glibc_madvise_vs_static_linking.mdwn b/open_issues/glibc_madvise_vs_static_linking.mdwn index 4546348e..6238bc77 100644 --- a/open_issues/glibc_madvise_vs_static_linking.mdwn +++ b/open_issues/glibc_madvise_vs_static_linking.mdwn @@ -1,4 +1,4 @@ -[[!meta copyright="Copyright © 2010 Free Software Foundation, Inc."]] +[[!meta copyright="Copyright © 2010, 2011 Free Software Foundation, Inc."]] [[!meta license="""[[!toggle id="license" text="GFDL 1.2+"]][[!toggleable id="license" text="Permission is granted to copy, distribute and/or modify this @@ -22,3 +22,5 @@ luckly no / not many packages use. case of MADV_DONTNEED), but may influence its performance. The kernel is free to ignore the advice.* (`man madvise`), so we may simply want to turn it into a no-op in glibc, avoiding the link-time warning. + +2011-07: This is what Samuel has done for Debian glibc. |