summary refs log tree commit diff
path: root/package/CHANGES
diff options
context:
space:
mode:
authorGerrit Pape <pape@smarden.org>2024-09-25 22:24:08 +0000
committerGerrit Pape <pape@smarden.org>2024-09-25 22:24:08 +0000
commit4b32d478dedfdcf292f0aaddc29d91768fe1585f (patch)
tree75eacc67a609a0e8bc36ad5170212890eaefff28 /package/CHANGES
parent0362e9f54bf72aa84d1850545a27da3af83448eb (diff)
downloadrunit-4b32d478dedfdcf292f0aaddc29d91768fe1585f.tar.gz
runit-4b32d478dedfdcf292f0aaddc29d91768fe1585f.tar.xz
runit-4b32d478dedfdcf292f0aaddc29d91768fe1585f.zip
CHANGES
Diffstat (limited to 'package/CHANGES')
-rw-r--r--package/CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/package/CHANGES b/package/CHANGES
index 726153f..39673b5 100644
--- a/package/CHANGES
+++ b/package/CHANGES
@@ -1,3 +1,6 @@
+  * x86cpuid.c: fix error: call to undeclared library function '...'; ISO
+    C99 and later do not support implicit function declarations
+    [-Wimplicit-function-declaration] (thx Z. Liu, Debian, and others).
   * chpst.c, pathexec_run.c, prot.c, seek_set.c: fix error: call to
     undeclared function '...'; ISO C99 and later do not support implicit
     function declarations [-Wimplicit-function-declaration] (thx Z. Liu).