* times.cc (clock_setres): Revert previous change.
This commit is contained in:
		| @@ -1,3 +1,7 @@ | |||||||
|  | 2012-03-27  Corinna Vinschen  <corinna@vinschen.de> | ||||||
|  |  | ||||||
|  | 	* times.cc (clock_setres): Revert previous change. | ||||||
|  |  | ||||||
| 2012-03-26  Corinna Vinschen  <corinna@vinschen.de> | 2012-03-26  Corinna Vinschen  <corinna@vinschen.de> | ||||||
|  |  | ||||||
| 	* fhandler.h (class fhandler_dev_clipboard): Add fstat method. | 	* fhandler.h (class fhandler_dev_clipboard): Add fstat method. | ||||||
|   | |||||||
| @@ -823,10 +823,7 @@ clock_setres (clockid_t clk_id, struct timespec *tp) | |||||||
|       __seterrno_from_nt_status (status); |       __seterrno_from_nt_status (status); | ||||||
|       return -1; |       return -1; | ||||||
|     } |     } | ||||||
|   /* The actual resolution of the OS timer is a system-wide setting which |   minperiod = actual; | ||||||
|      can be changed any time, by any process.  The only fixed value we can |  | ||||||
|      rely on is the coarsest value. */ |  | ||||||
|   minperiod = coarsest; |  | ||||||
|   period_set = true; |   period_set = true; | ||||||
|   return 0; |   return 0; | ||||||
| } | } | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user