Ticket #1086 (closed merge: fixed)
unix package cannot be compiled with -fasm, due to lstat()
| Reported by: | simonmar | Owned by: | igloo |
|---|---|---|---|
| Priority: | normal | Milestone: | 6.6.1 |
| Component: | libraries/unix | Version: | 6.6 |
| Keywords: | Cc: | volodimir.rudenko@… | |
| Operating System: | Unknown/Multiple | Architecture: | Unknown/Multiple |
| Type of failure: | Difficulty: | Easy (less than 1 hour) | |
| Test Case: | Blocked By: | ||
| Blocking: | Related Tickets: |
Description
On some systems (eg. Linux with glibc) lstat is a macro, so calling it directly via the FFI doesn't work when using the NCG. We should create a stub wrapper for lstat().
See http://www.haskell.org/pipermail/glasgow-haskell-bugs/2006-December/007900.html
Change History
Note: See
TracTickets for help on using
tickets.
