X-Git-Url: https://git.distorted.org.uk/~mdw/adns/blobdiff_plain/87dd63455668503e4f929e741856a3cfc880d570..5c6cd9e070869430d1833751512d47300599f54c:/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);