summaryrefslogtreecommitdiff
path: root/hw/xfree86/os-support/xf86_ansic.h
diff options
context:
space:
mode:
authorEric Anholt <anholt@freebsd.org>2006-01-28 02:20:37 +0000
committerEric Anholt <anholt@freebsd.org>2006-01-28 02:20:37 +0000
commitdd50015b05b901fe0c60717512c854389610aea2 (patch)
treee9e6c45c4cc81b3b06f1ade6597418f07a60a652 /hw/xfree86/os-support/xf86_ansic.h
parent3d1667278ff309d7f8e61a6d330f712bae5bcd41 (diff)
Add libc_wrapper support for random(), which will be used in upcoming EXA
memory manager work.
Diffstat (limited to 'hw/xfree86/os-support/xf86_ansic.h')
-rw-r--r--hw/xfree86/os-support/xf86_ansic.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/xfree86/os-support/xf86_ansic.h b/hw/xfree86/os-support/xf86_ansic.h
index c4090dc16..25dabfe89 100644
--- a/hw/xfree86/os-support/xf86_ansic.h
+++ b/hw/xfree86/os-support/xf86_ansic.h
@@ -218,6 +218,7 @@ extern double xf86pow(double,double);
extern void xf86qsort(void*, xf86size_t, xf86size_t,
int(*)(const void*, const void*));
extern void* xf86realloc(void*,xf86size_t);
+extern long xf86random(void);
extern int xf86remove(const char*);
extern int xf86rename(const char*,const char*);
extern void xf86rewind(XF86FILE*);