natFile.cc (performMkdir): Remove FIXME.
* java/io/natFile.cc (performMkdir): Remove FIXME. * java/io/natFileDescriptorPosix.cc (open): Use 0644 file mode. From-SVN: r28430
This commit is contained in:
parent
25fef12b66
commit
120abe3202
3 changed files with 3 additions and 3 deletions
|
@ -227,7 +227,6 @@ java::io::File::performMkdir (void)
|
|||
buf[total] = '\0';
|
||||
|
||||
#ifdef HAVE_MKDIR
|
||||
// FIXME: mode.
|
||||
return ::mkdir (buf, 0755) == 0;
|
||||
#else
|
||||
return false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue