]> gcc.gnu.org Git - gcc.git/commitdiff
Minor documentation fix
authorZackery Spytz <zspytz@gmail.com>
Mon, 13 Apr 2020 19:29:13 +0000 (13:29 -0600)
committerJeff Law <law@redhat.com>
Mon, 13 Apr 2020 19:29:13 +0000 (13:29 -0600)
* doc/extend.texi: Add realloc to list of built-in functions
are recognized by the compiler.

gcc/ChangeLog
gcc/doc/extend.texi

index b4229419bc21e8d9c50b434034a190ccd472ff7a..4b847edded03b1ea0041bf2b4a7a10972b09993b 100644 (file)
@@ -1,3 +1,8 @@
+2020-04-13 Zachary Spytz  <zspytz@gmail.com>
+
+       * doc/extend.texi: Add realloc to list of built-in functions
+       are recognized by the compiler.
+
 2020-04-13  H.J. Lu  <hongjiu.lu@intel.com>
 
        PR target/94556
index 79e2c8cb87f6947d68074ec99a730955ad2f0f3f..81bb7a47de20db6f3c3557c41d79c8636ac04b2c 100644 (file)
@@ -12434,6 +12434,7 @@ is called and the @var{flag} argument passed to it.
 @findex printf_unlocked
 @findex putchar
 @findex puts
+@findex realloc
 @findex remainder
 @findex remainderf
 @findex remainderl
@@ -12677,8 +12678,8 @@ The ISO C90 functions
 @code{toupper}, @code{labs}, @code{ldexp}, @code{log10}, @code{log},
 @code{malloc}, @code{memchr}, @code{memcmp}, @code{memcpy},
 @code{memset}, @code{modf}, @code{pow}, @code{printf}, @code{putchar},
-@code{puts}, @code{scanf}, @code{sinh}, @code{sin}, @code{snprintf},
-@code{sprintf}, @code{sqrt}, @code{sscanf}, @code{strcat},
+@code{puts}, @code{realloc}, @code{scanf}, @code{sinh}, @code{sin},
+@code{snprintf}, @code{sprintf}, @code{sqrt}, @code{sscanf}, @code{strcat},
 @code{strchr}, @code{strcmp}, @code{strcpy}, @code{strcspn},
 @code{strlen}, @code{strncat}, @code{strncmp}, @code{strncpy},
 @code{strpbrk}, @code{strrchr}, @code{strspn}, @code{strstr},
This page took 0.134792 seconds and 5 git commands to generate.