Revision 8fd832a4c6e6369cc838667899ddb2c3a200a4ef authored by Olaf Hering on 25 October 2019, 08:10:07 UTC, committed by Olaf Hering on 25 October 2019, 08:10:07 UTC
According to sched_setaffinity(2) _GNU_SOURCE must be set prior inclusion of
sched.h. Enable the existing define.

Move two other includes down so that they also see _GNU_SOURCE. Without this
reordering it does not take affect and sched.h can not be used properly.

Signed-off-by: Olaf Hering <olaf@aepfle.de>
1 parent 66b3a2c
History
File Mode Size
LICENCE -rw-r--r-- 17.7 KB
_tags -rw-r--r-- 57 bytes
floatscale.ml -rw-r--r-- 2.1 KB
simplescale.ml -rw-r--r-- 3.6 KB
simplescale_array.ml -rw-r--r-- 1.4 KB
simplescalefold.ml -rw-r--r-- 1.9 KB
simplescalemapfold.ml -rw-r--r-- 1.9 KB
utils.ml -rw-r--r-- 4.8 KB

back to top