ms-nfs41-client/libtirpc/src/winstubs.c

12 lines
166 B
C
Raw Normal View History

/* XXX Need copyright info */
#include <wintirpc.h>
#include <stdio.h>
/*
DWORD getpid(void)
{
fprintf(stderr, "STUB: getpid() returning zero!\n");
return 0;
}
*/