Hello,
I would like to see support for dirent.d_type added to cygwin.
fhandler_disk_file::readdir()
{
...
if (buf.dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY) {
dir->__d_dirent->d_type = DT_DIR;
} else {
dir->__d_dirent->d_type = DT_REG;
}
...
}
The spec says that mbsrtowcs() should return the length of the string
_even_when_the_output_buffer_is_NULL_ .
currently mbsrtowcs(NULL, ...) returns 0.
#include
#include
#include
main()
{
int len;
char* s = "test";
mbstate_t mbstate;
memset(&mbstate, 0, sizeof(mbstate));
len =
Hi folks,
some time ago some work was in progress to increase PATH_MAX
to 32K... is anyone still working on that?
-- lode
--
Plaats je zoekertjes GRATIS op AdValvas
Placez votre petite annonce GRATUITEMENT sur Ad
3 matches
Mail list logo