ms-nfs41-client/libtirpc/src/winstubs.c
Casey Bodley 0ad4db4fad fresh git tree for public release
we regretfully had to remove our git history for licensing reasons

Signed-off-by: Casey Bodley <cbodley@citi.umich.edu>
2010-10-12 10:15:48 -04:00

12 lines
No EOL
166 B
C

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