diff options
author | Ulrich Drepper <drepper@redhat.com> | 2010-03-26 05:09:55 -0700 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2010-03-26 05:09:55 -0700 |
commit | 2b0fba7530eafb3d815b8c9f3d546d3494680102 (patch) | |
tree | 3ac08f3927c6066564d38183684df23ff94028e8 /malloc/malloc.c | |
parent | 3e259dbb32c2456e7fc0fc751b8544fd0939a704 (diff) | |
download | glibc-2b0fba7530eafb3d815b8c9f3d546d3494680102.tar.gz glibc-2b0fba7530eafb3d815b8c9f3d546d3494680102.tar.xz glibc-2b0fba7530eafb3d815b8c9f3d546d3494680102.zip |
Remove stale reference to website
Diffstat (limited to 'malloc/malloc.c')
-rw-r--r-- | malloc/malloc.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/malloc/malloc.c b/malloc/malloc.c index 763852ea3b..6993aea0ec 100644 --- a/malloc/malloc.c +++ b/malloc/malloc.c @@ -148,8 +148,7 @@ Thread-safety: thread-safe unless NO_THREADS is defined Compliance: I believe it is compliant with the 1997 Single Unix Specification - (See http://www.opennc.org). Also SVID/XPG, ANSI C, and probably - others as well. + Also SVID/XPG, ANSI C, and probably others as well. * Synopsis of compile-time options: |