size_t declaration

This commit is contained in:
Ben Gras
2014-07-28 17:05:55 +02:00
committed by sambuc
parent 78cd341562
commit f80046feea
+1
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