summaryrefslogtreecommitdiff
path: root/sys/include
diff options
context:
space:
mode:
authorOri Bernstein <ori@eigenstate.org>2021-02-20 21:02:07 -0800
committerOri Bernstein <ori@eigenstate.org>2021-02-20 21:02:07 -0800
commit6445a14f639fff32bad4a7523852f8aa85796855 (patch)
treeb25e63586edb98520c1e8199ff5b4afe6d99a6d0 /sys/include
parentf3a05b16ad75acf9fce7ed2f03e141a47dc74d09 (diff)
ape/lib9: expose fd2path (thanks phil9)
Fd2path is a useful call for the netsurf plan9 frontend, so we should expose it.
Diffstat (limited to 'sys/include')
-rw-r--r--sys/include/ape/lib9.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/include/ape/lib9.h b/sys/include/ape/lib9.h
index 1d788ea04..43a8ae16a 100644
--- a/sys/include/ape/lib9.h
+++ b/sys/include/ape/lib9.h
@@ -74,5 +74,6 @@ extern unsigned long getfcr(void);
extern unsigned long getfsr(void);
extern void setfcr(unsigned long);
extern void setfsr(unsigned long);
+extern int fd2path(int, char*, int);
#endif