summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAnthony Green <green@moxielogic.com>2021-03-23 19:06:08 -0400
committerAnthony Green <green@moxielogic.com>2021-03-23 19:06:08 -0400
commitaa4dafb159a2e0f74aa39353a1bf23a943f36656 (patch)
tree165c2513d7f12a15a603136f57b8ad38966f3827 /README.md
parent70ea259c603e0f84eda766be29d4259f1e8fe5b7 (diff)
downloadlibffi-aa4dafb159a2e0f74aa39353a1bf23a943f36656.tar.gz
Mention LIBFFI_TMPDIR
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 28cc8c6..6a79c58 100644
--- a/README.md
+++ b/README.md
@@ -206,6 +206,7 @@ See the git log for details at http://github.com/libffi/libffi.
Add support for ARM Pointer Authentication (PA).
Fix 32-bit PPC regression.
Fix MIPS soft-float problem.
+ Enable tmpdir override with the $LIBFFI_TMPDIR environment variable.
Reject float and small integer argument in ffi_prep_cif_var().
Callers must promote these types themselves.