diff options
Diffstat (limited to 'malloc')
-rw-r--r-- | malloc/tst-mallocfork.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/malloc/tst-mallocfork.c b/malloc/tst-mallocfork.c index f90ce94887..4ff6ec09f4 100644 --- a/malloc/tst-mallocfork.c +++ b/malloc/tst-mallocfork.c @@ -1,5 +1,5 @@ /* Derived from the test case in - http://sourceware.org/bugzilla/show_bug.cgi?id=838. */ + https://sourceware.org/bugzilla/show_bug.cgi?id=838. */ #include <assert.h> #include <errno.h> #include <stdio.h> |