Skip to content

Commit 68ff543

Browse files
Hyalunarvdukhovni
authored andcommitted
Remove platform-specific hint
Co-authored-by: Viktor Dukhovni <viktor1ghub@dukhovni.org>
1 parent 84c86b0 commit 68ff543

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

System/Posix/IO.hsc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,6 @@ openFd = openFdAt Nothing
8989
-- navigating changing directory trees, or to retain access to a portion of the
9090
-- directory tree that would otherwise become inaccessible after dropping
9191
-- 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'.
9492
openFdAt :: Maybe Fd -- ^ Optional directory file descriptor
9593
-> FilePath -- ^ Pathname to open
9694
-> OpenMode -- ^ Read-only, read-write or write-only

0 commit comments

Comments
 (0)