Searched hist:"89 eae00b846be61ab7990c9e524913f2506d59b3" (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/vm/ |
H A D | vm_mmap.c | diff 89eae00b846be61ab7990c9e524913f2506d59b3 Fri Apr 21 09:17:25 CEST 2006 Tom Rhodes <trhodes@FreeBSD.org> It seems that POSIX would rather ENODEV returned in place of EINVAL when trying to mmap() an fd that isn't a normal file.
Reference: http://www.opengroup.org/onlinepubs/009695399/functions/mmap.html Submitted by: fanf diff 89eae00b846be61ab7990c9e524913f2506d59b3 Fri Apr 21 09:17:25 CEST 2006 Tom Rhodes <trhodes@FreeBSD.org> It seems that POSIX would rather ENODEV returned in place of EINVAL when trying to mmap() an fd that isn't a normal file.
Reference: http://www.opengroup.org/onlinepubs/009695399/functions/mmap.html Submitted by: fanf
|