X-Git-Url: https://git.distorted.org.uk/~mdw/adns/blobdiff_plain/0366bd10bfac344d19674e32c20fa0464ed2189c..27b5a12f6354992ffd173bf5433d306f01d5908b:/regress/hsyscalls.h 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);