From bc46130c70fc6366cd2d0448af68107a48587cc5 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Mon, 7 Sep 2015 13:28:00 -0600 Subject: [PATCH] Rename libc/stdio/lib_avsprintf.c to lib_vasprintf.c --- Documentation | 2 +- configs | 2 +- libc/stdio/{lib_avsprintf.c => lib_vasprintf.c} | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename libc/stdio/{lib_avsprintf.c => lib_vasprintf.c} (100%) diff --git a/Documentation b/Documentation index a57e68381bd..11a3998898b 160000 --- a/Documentation +++ b/Documentation @@ -1 +1 @@ -Subproject commit a57e68381bdffe6372bc88cf2e74ae4922549ae7 +Subproject commit 11a3998898b783cd758570fef01423182f5a452b diff --git a/configs b/configs index 88b49cd40d2..996df29a34c 160000 --- a/configs +++ b/configs @@ -1 +1 @@ -Subproject commit 88b49cd40d20572ff019525cc959e7b4c3a3c31f +Subproject commit 996df29a34c1c6034871c6ebdfe0c480ff68b8f8 diff --git a/libc/stdio/lib_avsprintf.c b/libc/stdio/lib_vasprintf.c similarity index 100% rename from libc/stdio/lib_avsprintf.c rename to libc/stdio/lib_vasprintf.c