mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-25 21:41:47 +08:00
gdb/gdbserver/
* server.h: Remove declaration of 'xsnprintf'.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2012-08-23 Yao Qi <yao@codesourcery.com>
|
||||||
|
|
||||||
|
* server.h: Remove declaration of 'xsnprintf'.
|
||||||
|
|
||||||
2012-08-22 Keith Seitz <keiths@redhat.com>
|
2012-08-22 Keith Seitz <keiths@redhat.com>
|
||||||
|
|
||||||
* server.h: Include build-gnulib-gbserver/config.h.
|
* server.h: Include build-gnulib-gbserver/config.h.
|
||||||
|
@ -368,9 +368,8 @@ void *xmalloc (size_t) ATTR_MALLOC;
|
|||||||
void *xrealloc (void *, size_t);
|
void *xrealloc (void *, size_t);
|
||||||
void *xcalloc (size_t, size_t) ATTR_MALLOC;
|
void *xcalloc (size_t, size_t) ATTR_MALLOC;
|
||||||
char *xstrdup (const char *) ATTR_MALLOC;
|
char *xstrdup (const char *) ATTR_MALLOC;
|
||||||
int xsnprintf (char *str, size_t size, const char *format, ...)
|
|
||||||
ATTR_FORMAT (printf, 3, 4);;
|
|
||||||
void freeargv (char **argv);
|
void freeargv (char **argv);
|
||||||
|
|
||||||
void perror_with_name (const char *string);
|
void perror_with_name (const char *string);
|
||||||
void error (const char *string,...) ATTR_NORETURN ATTR_FORMAT (printf, 1, 2);
|
void error (const char *string,...) ATTR_NORETURN ATTR_FORMAT (printf, 1, 2);
|
||||||
void fatal (const char *string,...) ATTR_NORETURN ATTR_FORMAT (printf, 1, 2);
|
void fatal (const char *string,...) ATTR_NORETURN ATTR_FORMAT (printf, 1, 2);
|
||||||
|
Reference in New Issue
Block a user