diff options
author | John Ericson <John.Ericson@Obsidian.Systems> | 2021-07-23 05:11:59 +0000 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2021-08-09 15:11:58 -0400 |
commit | fc350dba63da7eefbaa2793fe9fe99f8571b75c0 (patch) | |
tree | a607a0c9ddc2d051cc282d29a9285fbb8aa347e3 /docs | |
parent | db7098fe7aa3f7324d146821334b774032ea87bd (diff) | |
download | haskell-fc350dba63da7eefbaa2793fe9fe99f8571b75c0.tar.gz |
Make `PosixSource.h` installed and under `rts/`
is used outside of the rts so we do this rather than just fish it out of
the repo in ad-hoc way, in order to make packages in this repo more
self-contained.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/coding-style.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/coding-style.html b/docs/coding-style.html index c94913eac8..5c84b3a27e 100644 --- a/docs/coding-style.html +++ b/docs/coding-style.html @@ -104,7 +104,7 @@ Std 1003.1) interfaces and APIs. We used to define <code>POSIX_SOURCE</code> by default, but found that this caused more problems than it solved, so now we require any code that is POSIX-compliant to explicitly say so by having <code>#include -"PosixSource.h"</code> at the top. Try to do this whenever possible. +"rts/PosixSource.h"</code> at the top. Try to do this whenever possible. <p><li> Some architectures have memory alignment constraints. Others don't have any constraints but go faster if you align things. These |