Comparison

util-src/crand.c @ 7931:b619b85e01aa

util.pposix, configure: Move _GNU_SOURCE macro into source files
author Kim Alvefur <zash@zash.se>
date Wed, 01 Mar 2017 22:27:11 +0100
parent 7918:12e5a54907b6
child 7932:6c5e4f24b51e
comparison
equal deleted inserted replaced
7930:5dec27760ecd 7931:b619b85e01aa
16 * environments without /dev/urandom 16 * environments without /dev/urandom
17 * 17 *
18 * Caution! This has not been extensively tested. 18 * Caution! This has not been extensively tested.
19 * 19 *
20 */ 20 */
21
22 #define _DEFAULT_SOURCE
21 23
22 #include "lualib.h" 24 #include "lualib.h"
23 #include "lauxlib.h" 25 #include "lauxlib.h"
24 26
25 #include <string.h> 27 #include <string.h>