We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84c86b0 commit 68ff543Copy full SHA for 68ff543
System/Posix/IO.hsc
@@ -89,8 +89,6 @@ openFd = openFdAt Nothing
89
-- navigating changing directory trees, or to retain access to a portion of the
90
-- directory tree that would otherwise become inaccessible after dropping
91
-- privileges.
92
---
93
--- It is currently not possible to obtain a file-descriptor to a symbolic link, they will always be dereferenced. See note in 'OpenFileFlags'.
94
openFdAt :: Maybe Fd -- ^ Optional directory file descriptor
95
-> FilePath -- ^ Pathname to open
96
-> OpenMode -- ^ Read-only, read-write or write-only
0 commit comments