summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2002-10-30 20:40:46 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2002-10-30 20:40:46 +0000
commit8d439768589ca61b24c006c2fdb21401d4de67ec (patch)
tree6678f438bbe8b61e6aa4660aefc1e2d424db03a4 /src
parent9167d04dea5b66e07cb0f133295d56367868e19c (diff)
added a comment about future work
Diffstat (limited to 'src')
-rw-r--r--src/mesa/main/imports.c9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/mesa/main/imports.c b/src/mesa/main/imports.c
index 1c94fcb354f..75ca33a6937 100644
--- a/src/mesa/main/imports.c
+++ b/src/mesa/main/imports.c
@@ -1,4 +1,4 @@
-/* $Id: imports.c,v 1.24 2002/10/30 19:44:41 brianp Exp $ */
+/* $Id: imports.c,v 1.25 2002/10/30 20:40:46 brianp Exp $ */
/*
* Mesa 3-D graphics library
@@ -63,6 +63,13 @@
/* Wrappers for standard C library functions */
/**********************************************************************/
+/*
+ * Functions still needed:
+ * scanf
+ * qsort
+ * bsearch
+ * rand and RAND_MAX
+ */
void *
_mesa_malloc(size_t bytes)