size_t declaration

This commit is contained in:
Ben Gras 2014-07-07 15:02:28 +02:00 committed by Lionel Sambuc
parent 78cd341562
commit f80046feea

View file

@ -61,6 +61,7 @@ struct utsname {
__BEGIN_DECLS
int uname(struct utsname *);
#if defined(__minix)
#include <sys/types.h>
int sysuname(int _req, int _field, char *_value, size_t _len);
#endif /* defined(__minix) */
__END_DECLS