Changes in uspace/lib/posix/include/posix/pwd.h [9b8be79:bc56f30] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/posix/include/posix/pwd.h
r9b8be79 rbc56f30 37 37 38 38 #include <sys/types.h> 39 #include <_bits/decls.h> 40 41 __C_DECLS_BEGIN; 39 42 40 43 struct passwd { … … 58 61 char *buffer, size_t bufsize, struct passwd **result); 59 62 63 __C_DECLS_END; 64 60 65 #endif /* POSIX_PWD_H_ */ 61 66
Note:
See TracChangeset
for help on using the changeset viewer.