summaryrefslogtreecommitdiff
path: root/sys/src/ape/lib/9/libc.h
AgeCommit message (Collapse)Author
2021-10-31ape: add missing idn2utf, utf2idn to lib9Ori Bernstein
this fixes the libsec build under ape.
2020-06-05ape: make libplumb available under ape.Ori Bernstein
This adds the mkfiles and plumb.h to ape, similar to how libdraw is made available. This is used for ports such as netsurf.
2020-05-13ape: fix name clash, have to use _SLEEP syscall instead of ape sleep in ↵cinap_lenrek
plan9 code (thanks jamos) this fixes etimer() from ape built libdraw as posix sleep() uses seconds while plan9 uses miliseconds.
2017-12-31ape: make encXchr()/decXchr() functions availablecinap_lenrek
2016-04-11ape: add libauth, libbio, libmp and libsec as replacements for opensslcinap_lenrek
2016-04-10ape: move compatibility libc.h to lib9 directory and incooperate needed ↵cinap_lenrek
functions for ape/mp (wip)