﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
213	stat() not reporting readonly status correctly	Steven Levine	Yuri Dario	"libc\src\kNIX\os2\b_fsNativeFileStat.c contains a typo that causes it to always report files as read-write.

b_fsNativeFileStat.c#189 reads

        if (rc & FILE_READONLY)

and should read

        if (fAttributtes & FILE_READONLY)

"	defect	closed	normal	libc-0.6.6	libc-backend		normal	fixed		
