summaryrefslogtreecommitdiff
path: root/sys/src/libaml/amldelay.c
blob: 804352bf58c2a9423b3b7603d6aa0ab3ffa7d3ae (plain)
1
2
3
4
5
6
7
8
#include <u.h>
#include <libc.h>
#include <aml.h>

void
amldelay(int)
{
}