mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-24 09:58:54 +02:00
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:
committed by
Sebastian Wilhelmi
parent
caeb4053e9
commit
ef2dcd6265
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user