diff options
Diffstat (limited to 'libiberty/asprintf.c')
-rw-r--r-- | libiberty/asprintf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libiberty/asprintf.c b/libiberty/asprintf.c index 7693ac0..5de7756 100644 --- a/libiberty/asprintf.c +++ b/libiberty/asprintf.c @@ -30,7 +30,7 @@ Boston, MA 02111-1307, USA. */ /* -@deftypefn Extension int asprintf (char **@var{resptr}, char *@var{format}, ...) +@deftypefn Extension int asprintf (char **@var{resptr}, const char *@var{format}, ...) Like @code{sprintf}, but instead of passing a pointer to a buffer, you pass a pointer to a pointer. This function will compute the size of |