Skip to content
#

windows-kernel

Here are 17 public repositories matching this topic...

winfsp
hasse69
hasse69 commented Oct 12, 2019

Bug Report

The create callback is called also for special files like S_IFIFO.
The special named FIFO file is still not created, instead a corresponding .lnk file pops up in the same directory.

$ mkfifo foobar

$ ls -l foobar*
-rwx------ 1 Hasse None 130 Oct 12 14:46 foobar.lnk*

The same happens if create is not implemented which forces a call to mknod instead.
Possi

Improve this page

Add a description, image, and links to the windows-kernel topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the windows-kernel topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.