X-Git-Url: https://git.distorted.org.uk/~mdw/adns/blobdiff_plain/c227e3bcc4a3d9e4a076e19976f8b2bb153143e7..c37d270aba4917429f1377e1148613b48d06aaaa:/regress/hsyscalls.h?ds=inline diff --git a/regress/hsyscalls.h b/regress/hsyscalls.h index 3e886be..6dc9edc 100644 --- a/regress/hsyscalls.h +++ b/regress/hsyscalls.h @@ -24,6 +24,7 @@ int Hread( int fd , void *buf , size_t buflen ); int Hwrite( int fd , const void *buf , size_t len ); int Hwritev(int fd, const struct iovec *vector, size_t count); int Hgettimeofday(struct timeval *tv, struct timezone *tz); +pid_t Hgetpid(void); void* Hmalloc(size_t sz); void Hfree(void *ptr); void* Hrealloc(void *op, size_t nsz);