efl/legacy/evas_generic_loaders/src/bin/raw
Stefan Schmidt e676088d5b raw: pass NULL to mmap() instead 0 for address
Surprising to see this. mmap() expects a void * as address here. If we want
to let the kernel choose the address we should really pass in NULL instead
of the integer 0
2015-11-10 16:20:34 +01:00
..
Makefile.am add timeouts to all generic loaders - same timer infra. 2012-09-26 08:07:33 +00:00
main.c raw: pass NULL to mmap() instead 0 for address 2015-11-10 16:20:34 +01:00