s/G_MICROSEC/G_USEC_PER_SEC/

2000-09-06  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>

	* glib.h, gtimer.c, tests/thread-test.c:
	s/G_MICROSEC/G_USEC_PER_SEC/

	* gthread/gthread-posix.c, gthread/gthread-solaris.c:
	s/G_MICROSEC/G_USEC_PER_SEC/ and s/G_NANOSEC/G_NSEC_PER_SEC/
This commit is contained in:
Sebastian Wilhelmi
2000-09-06 13:56:17 +00:00
committed by Sebastian Wilhelmi
parent caeb4053e9
commit ef2dcd6265
16 changed files with 59 additions and 30 deletions

View File

@@ -1636,7 +1636,8 @@ void g_blow_chunks (void);
/* Timer
*/
#define G_MICROSEC 1000000
/* microseconds per second */
#define G_USEC_PER_SEC 1000000
GTimer* g_timer_new (void);
void g_timer_destroy (GTimer *timer);