fpco / unliftio

The MonadUnliftIO typeclass for unlifting monads to IO
Other
151 stars 51 forks source link

[WIP] conditional compilation around at_fdcwd , at_symlink_follow #76

Open ocramz opened 3 years ago

ocramz commented 3 years ago

On Mac OSX, with an old XCode and glibc, unliftio doesn't compile :( ( #59 ). I've tried adding a build flag around the problem but I can't get it to propagate down to GCC.

I understand supporting old systems might not be high in priority but I figured a change along these lines would be minimally disruptive (and allow me to use unliftio on my janky old laptop!)

Looking forward to all feedback.