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

#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "stubs.h"

unsigned long
GetTimeInMillis (void)
{
    return 0;
}

/* end of file */