util: use standard name for snprintf()
[mesa.git] / src / gallium / drivers / llvmpipe / lp_rast.c
index 9d4f9f8d0276af5d151cc67a1f478e3fa6115861..a4cb211e14b30e4ab540d3baf62877956fbebacc 100644 (file)
@@ -789,7 +789,7 @@ thread_function(void *init_data)
    char thread_name[16];
    unsigned fpstate;
 
-   util_snprintf(thread_name, sizeof thread_name, "llvmpipe-%u", task->thread_index);
+   snprintf(thread_name, sizeof thread_name, "llvmpipe-%u", task->thread_index);
    u_thread_setname(thread_name);
 
    /* Make sure that denorms are treated like zeros. This is