aboutsummaryrefslogtreecommitdiff
path: root/include/mingw.h
diff options
context:
space:
mode:
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>2010-04-14 06:57:44 +0200
committerNguyễn Thái Ngọc Duy <pclouds@gmail.com>2010-04-20 19:14:03 +0200
commit5533be3d0c960a4b5b6ecd7d7d1f6e22e8d3a8a4 (patch)
treed31a83d6903dbad1b0bbd18f1c70a654157d9f79 /include/mingw.h
parent0739e40da6b3bdde0c331f0ec060a68cc8e9963c (diff)
downloadbusybox-w32-5533be3d0c960a4b5b6ecd7d7d1f6e22e8d3a8a4.tar.gz
busybox-w32-5533be3d0c960a4b5b6ecd7d7d1f6e22e8d3a8a4.tar.bz2
busybox-w32-5533be3d0c960a4b5b6ecd7d7d1f6e22e8d3a8a4.zip
win32: add getpwuid()
Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Diffstat (limited to 'include/mingw.h')
-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