Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
jberryman
GHC
Commits
dbffcd49
Commit
dbffcd49
authored
Sep 07, 2002
by
panne
Browse files
[project @ 2002-09-07 12:07:53 by panne]
Tentative fix for the recent blkcnt_t trouble
parent
0716aa8f
Changes
3
Hide whitespace changes
Inline
Side-by-side
acconfig.h
View file @
dbffcd49
...
...
@@ -126,6 +126,9 @@
/* Define to Haskell type for cc_t */
#undef HTYPE_CC_T
/* Define to Haskell type for blkcnt_t */
#undef HTYPE_BLKCNT_T
/* Define to Haskell type for char */
#undef HTYPE_CHAR
...
...
configure.in
View file @
dbffcd49
...
...
@@ -843,6 +843,7 @@ FPTOOLS_CHECK_HTYPE(uid_t)
FPTOOLS_CHECK_HTYPE(cc_t)
FPTOOLS_CHECK_HTYPE(speed_t)
FPTOOLS_CHECK_HTYPE(tcflag_t)
FPTOOLS_CHECK_HTYPE(blkcnt_t)
FPTOOLS_CHECK_HTYPE(nlink_t)
FPTOOLS_CHECK_HTYPE(ssize_t)
...
...
mk/config.h.in
View file @
dbffcd49
...
...
@@ -118,6 +118,9 @@
/* Define if you have the WinExec function. */
#undef HAVE_WINEXEC
/* Define to Haskell type for blkcnt_t */
#undef HTYPE_BLKCNT_T
/* Define to Haskell type for cc_t */
#undef HTYPE_CC_T
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment