git: 9front

Download patch

ref: 28d022c9b0659e1ee579d700ab91eb202779fa4b
parent: f8e7a2c5cdc3379151816bce3cd70a4380a71293
author: Sigrid Solveig Haflínudóttir <sigrid@ftrv.se>
date: Thu May 18 18:21:14 EDT 2023

last change did not include the header update

--- a/sys/include/aml.h
+++ b/sys/include/aml.h
@@ -18,6 +18,8 @@
 uvlong		amlint(void *);
 int		amllen(void *);
 
+char*	amleisaid(void *v);
+
 void*		amlnew(char tag, int len);
 
 void		amlinit(void);
--