Fix compilation error when __NR_time is not defined. #40465

This commit is contained in:
Daniel Pinto
2021-09-09 23:55:49 +01:00
parent 82168e5e8b
commit 7a06b8713d
2 changed files with 8 additions and 4 deletions
+3
View File
@@ -0,0 +1,3 @@
o Minor bugfixes (compilation):
- Fix compilation error when __NR_time is not defined. Fixes bug
40465; bugfix on 0.2.5.5-alpha. Patch by Daniel Pinto.