]> sourceware.org Git - glibc.git/commitdiff
gethostid: Do not include alloca.h
authorJoe Simmons-Talbott <josimmon@redhat.com>
Mon, 24 Apr 2023 19:30:58 +0000 (15:30 -0400)
committerSiddhesh Poyarekar <siddhesh@sourceware.org>
Wed, 26 Apr 2023 12:06:44 +0000 (08:06 -0400)
Nothing from alloca.h is being used here.
Reviewed-by: Siddhesh Poyarekar <siddhesh@sourceware.org>
sysdeps/unix/sysv/linux/gethostid.c

index e717d6a27e5a9b880e0a02aba92bba960cf79390..c8d3361d34c23a4d45f3318f17b8261dd6eb0d91 100644 (file)
@@ -15,7 +15,6 @@
    License along with the GNU C Library; if not, see
    <https://www.gnu.org/licenses/>.  */
 
-#include <alloca.h>
 #include <errno.h>
 #include <fcntl.h>
 #include <unistd.h>
This page took 0.048218 seconds and 5 git commands to generate.