use xsnprintf instead of snprintf.
[deliverable/binutils-gdb.git] / gdb / gdbserver / utils.c
index 4c047e0f5c5bbe87d2e11253a3a3065fed077fbc..7de086c77c174dec09b83d5eb55621255b57c318 100644 (file)
@@ -244,7 +244,7 @@ get_cell (void)
 /* Stdarg wrapper around vsnprintf.
    SIZE is the size of the buffer pointed to by STR.  */
 
-static int
+int
 xsnprintf (char *str, size_t size, const char *format, ...)
 {
   va_list args;
This page took 0.028502 seconds and 4 git commands to generate.