size_t declaration
This commit is contained in:
parent
78cd341562
commit
f80046feea
1 changed files with 1 additions and 0 deletions
|
@ -61,6 +61,7 @@ struct utsname {
|
||||||
__BEGIN_DECLS
|
__BEGIN_DECLS
|
||||||
int uname(struct utsname *);
|
int uname(struct utsname *);
|
||||||
#if defined(__minix)
|
#if defined(__minix)
|
||||||
|
#include <sys/types.h>
|
||||||
int sysuname(int _req, int _field, char *_value, size_t _len);
|
int sysuname(int _req, int _field, char *_value, size_t _len);
|
||||||
#endif /* defined(__minix) */
|
#endif /* defined(__minix) */
|
||||||
__END_DECLS
|
__END_DECLS
|
||||||
|
|
Loading…
Reference in a new issue