Ticket #3723 (closed merge: fixed)

Opened 3 years ago

Last modified 3 years ago

SharedMem.hsc should include <fcntl.h>, not <sys/fcntl.h>

Reported by: donn Owned by: igloo
Priority: normal Milestone: 6.12.2
Component: libraries/unix Version: 6.12.1 RC1
Keywords: Cc:
Operating System: Unknown/Multiple Architecture: Unknown/Multiple
Type of failure: Building GHC failed Difficulty:
Test Case: Blocked By:
Blocking: Related Tickets:

Description

libraries/unix/System/Posix/SharedMem.hsc should include <fcntl.h>, per POSIX 1003.1 I believe, not <sys/fcntl.h>

Change History

Changed 3 years ago by simonmar

  • owner set to simonmar
  • os changed from Other to Unknown/Multiple
  • component changed from Compiler to libraries/unix
  • architecture changed from x86 to Unknown/Multiple
  • milestone set to 6.12.2

Agreed, I'll fix.

Changed 3 years ago by simonmar

  • owner changed from simonmar to igloo
  • type changed from bug to merge

Fixed:

Wed Dec 16 10:41:54 GMT 2009  Simon Marlow <marlowsd@gmail.com>                 
  * #include <fcntl.h>, not <sys/fcntl.h> (#3723)

Changed 3 years ago by igloo

  • status changed from new to closed
  • resolution set to fixed

Merged

Note: See TracTickets for help on using tickets.