Since we can't Seek() directories, new error case was added to handle lseek() calls...
commit80b7d67e974b266cb14c558edfc755432d04170a
authorsszymczy <sszymczy@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Wed, 15 Oct 2008 19:15:01 +0000 (15 19:15 +0000)
committersszymczy <sszymczy@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Wed, 15 Oct 2008 19:15:01 +0000 (15 19:15 +0000)
tree174f58f28bb1716ea3d71976dcfe50959a7c1470
parent700b400f1836062426ef103090b482ee19ac9a4d
Since we can't Seek() directories, new error case was added to handle lseek() calls with directory file descriptor given in parameter. It's not compliant with POSIX, but necessary to avoid crashes caused by trying to Seek() directory locks.

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@29765 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
compiler/clib/lseek.c