aboutsummaryrefslogtreecommitdiffhomepage
path: root/changelog.md
diff options
context:
space:
mode:
authorGravatar Herbert Valerio Riedel <hvr@gnu.org>2014-09-10 11:34:44 +0200
committerGravatar Herbert Valerio Riedel <hvr@gnu.org>2014-09-10 11:34:44 +0200
commitb8e314a7f1304ebb4a80795b015f85e676b3e2bd (patch)
tree21e5cfa75ef92e34d685aa206b7e925da2383390 /changelog.md
parent8afe57ff808499584f43a5cfeb1a3bb42602df8b (diff)
parent3c28bc83695cb5351d24920dac655b944a8abfba (diff)
Merge branch 'sol-fix-getgrgid_r-v3' of https://github.com/kgardas/unix into kgardas-sol-fix-getgrgid_r-v3
Conflicts: changelog.md
Diffstat (limited to 'changelog.md')
-rw-r--r--changelog.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md
index 4440892..ae5b726 100644
--- a/changelog.md
+++ b/changelog.md
@@ -5,6 +5,10 @@
* Add support for `base-4.8.0.0`
* Add haddock comments on `RTLD_NEXT` and `RTLD_DEFAULT`
* Deprecate function `haveRtldLocal`
+ * Fix `getGroupEntryForID/getGroupEntryForName' on Solaris. Solaris uses
+ CPP macros for required getgrgid_r and getgrnam_r functions definition
+ so the fix is to change from C ABI calling convention to C API calling
+ convention
## 2.7.0.1 *Mar 2014*