This commit is contained in:
Julian Ospald 2016-05-18 13:33:17 +02:00
parent 797dcaf725
commit 1bf27258c1
No known key found for this signature in database
GPG Key ID: 511B62C09D50CD28
1 changed files with 1 additions and 5 deletions

View File

@ -8,8 +8,7 @@
-- which gives us more control on what status flags to pass to the
-- low-level `open(2)` call, in contrast to the unix package.
module System.Posix.FD (
openFd
, fooBar
openFd
) where
@ -62,6 +61,3 @@ openFd name how optional_flags maybe_mode =
throwErrnoPathIfMinus1Retry "openFd" name $
open_ str how optional_flags maybe_mode
fooBar :: String -> String
fooBar = undefined