aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/mingw.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mingw.h b/include/mingw.h
index 9e6ddd1d8..59218a9df 100644
--- a/include/mingw.h
+++ b/include/mingw.h
@@ -75,7 +75,7 @@ struct passwd {
75}; 75};
76 76
77IMPL(getpwnam,struct passwd *,NULL,const char *name UNUSED_PARAM); 77IMPL(getpwnam,struct passwd *,NULL,const char *name UNUSED_PARAM);
78IMPL(getpwuid,struct passwd *,NULL,int uid UNUSED_PARAM); 78struct passwd *getpwuid(int uid);
79 79
80/* 80/*
81 * signal.h 81 * signal.h