summaryrefslogtreecommitdiff
path: root/src/stubs/gettime.c
blob: c92a98056e1bd253bcb6ca25b780a7e1a6de3c81 (plain)
1
2
3
4
5
6
7
8
9
10
11
/* $XFree86$ */

#include "stubs.h"

unsigned long
GetTimeInMillis (void)
{
    return 0;
}

/* end of file */