tests: update expect file for u_direct_io
[e2fsprogs.git] / include / mingw / pwd.h
blobd048842beb0d59f7b60629b4dc76819ab05e5ddd
2 #pragma once
4 #include <sys/types.h>
6 __inline struct passwd* getpwnam (char* g){return 0;}
8 struct passwd
10 char *pw_name;
11 char *pw_passwd;
12 __uid_t pw_uid;
13 __gid_t pw_gid;
14 char *pw_gecos;
15 char *pw_dir;
16 char *pw_shell;
19 #define getpwuid(i) NULL