[ntpsec commit] Fix configuration for the closefrom() function.

Eric S. Raymond esr at ntpsec.org
Thu Oct 1 23:51:26 UTC 2015


Module:    ntpsec
Branch:    master
Commit:    2a9ab3fd2e9ad1291c10158d19c357532ad279b9
Changeset: http://git.ntpsec.org/ntpsec/commit/?id=2a9ab3fd2e9ad1291c10158d19c357532ad279b9

Author:    Eric S. Raymond <esr at thyrsus.com>
Date:      Thu Oct  1 19:50:32 2015 -0400

Fix configuration for the closefrom() function.

---

 pylib/configure.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pylib/configure.py b/pylib/configure.py
index 1c21129..2d3755c 100644
--- a/pylib/configure.py
+++ b/pylib/configure.py
@@ -164,6 +164,7 @@ def cmd_configure(ctx):
 		('adjtimex', "sys/timex.h"),
 		('arc4random', "stdlib.h"),
 		('arc4random_buf', "stdlib.h"),
+		('closefrom', "stdlib.h"),
 		('clock_gettime', "time.h", "RT"),
 		('clock_settime', "time.h", "RT"),
 		('EVP_MD_do_all_sorted', "openssl/evp.h", "CRYPTO"),



More information about the vc mailing list