﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
283	stat() fails on /@unixroot	dmik	bird	"If you do
{{{
  struct stat st;
  int rc = stat(""/@unixroot"", &st);
}}}
you will get `-1` and `errno=2`. OTOH, `stat(""/unixroot/"")`(i.e. with a trailing slash) works fine.

This is a bogus behavior since for all other directory paths the result will be the same, regardless of the trailing slash."	defect	closed	normal	libc-0.6.6	libc-backend	0.6.5	normal	fixed		
