diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-08-04 21:58:10 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-08-04 21:58:10 +0000 |
commit | 7c11c4a14684f23babd5060931529f095b8f81d3 (patch) | |
tree | 1376da71d6f5dc84720637524c52f902c23c4681 /stdio-common/tst-fmemopen.c | |
parent | 01f7e9281469ade588b61111eac9911d9a48a1ff (diff) | |
download | glibc-7c11c4a14684f23babd5060931529f095b8f81d3.tar.gz glibc-7c11c4a14684f23babd5060931529f095b8f81d3.tar.xz glibc-7c11c4a14684f23babd5060931529f095b8f81d3.zip |
(do_release_all): Add __libc_freeres_fn_section.
Diffstat (limited to 'stdio-common/tst-fmemopen.c')
-rw-r--r-- | stdio-common/tst-fmemopen.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdio-common/tst-fmemopen.c b/stdio-common/tst-fmemopen.c index 84ded4f599..3c06c45c78 100644 --- a/stdio-common/tst-fmemopen.c +++ b/stdio-common/tst-fmemopen.c @@ -62,7 +62,7 @@ main (void) exit (4); if ((mmap_data = (char *) mmap (NULL, fs.st_size, PROT_READ, - MAP_SHARED, fd, 0)) == NULL) + MAP_SHARED, fd, 0)) == MAP_FAILED) { if (errno == ENOSYS) exit (0); |