Imported from ../bash-2.05.tar.gz.
This commit is contained in:
parent
bb70624e96
commit
28ef6c316f
251 changed files with 22319 additions and 12413 deletions
|
|
@ -60,7 +60,7 @@ times(tms)
|
|||
|
||||
if (gettimeofday(&tv, (struct timezone *) 0) < 0)
|
||||
return ((clock_t)-1);
|
||||
rv = (clock_t)(CONVTCK(tv));
|
||||
rv = (clock_t)(CONVTCK(tv));
|
||||
#else /* !HAVE_GETRUSAGE */
|
||||
if (clk_tck == -1)
|
||||
clk_tck = get_clk_tck();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue