Commit be618b2
committed
Librhash: disable aligned_alloc for glibc < 2.16
The aligned_alloc() function was added to glibc in version 2.16
(see `man aligned_alloc`), so disable it for earlier versions.
The change originates from merge request by Dilshod Mukhtarov
for the CMake project.1 parent 0cd8cf5 commit be618b2
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| 50 | + | |
50 | 51 | | |
51 | 52 | | |
52 | | - | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| |||
0 commit comments