Mercurial > mplayer.hg
comparison libmpeg2/header.c @ 1347:448d1bf28f5a
Solaris 2.6 and older do not support MAP_ANON, just fail the mmap MAP_ANON
attempt on such a system. The code tries mmap with /dev/zero and MIT-shm next.
Fix a possible filedesc leak, when the code tries to mmap shared memeory via
/dev/zero. Reuse the already open /dev/zero from a previous shmem_alloc call.
(same change; now without changing the indentation of the code)
author | jkeil |
---|---|
date | Thu, 19 Jul 2001 20:32:13 +0000 |
parents | 727b1337f951 |
children | a0d4fa6b9435 |
comparison
equal
deleted
inserted
replaced
1346:d6e6132bff35 | 1347:448d1bf28f5a |
---|