Add stub _times_r

This commit is contained in:
twinaphex 2016-11-07 21:04:58 +01:00
parent 53b0182d53
commit a41dd0e4f1

View File

@ -294,3 +294,8 @@ int __entry_menu(int argc, char **argv)
return 0;
}
unsigned long _times_r(struct _reent *r, struct tms *tmsbuf)
{
return 0;
}