about summary refs log tree commit diff
path: root/sysdeps/unix
diff options
context:
space:
mode:
authorJoe Simmons-Talbott <josimmon@redhat.com>2023-04-25 10:26:54 -0400
committerSiddhesh Poyarekar <siddhesh@sourceware.org>2023-04-26 08:06:49 -0400
commita3461d4923d92ba14cbd60072aeccb49fcb14da2 (patch)
tree17c5d7e6cca7b4816d20cc864705937fb3cf270a /sysdeps/unix
parent19fdc3542b465e3d9563bfd72e40c4b103a2cafe (diff)
downloadglibc-a3461d4923d92ba14cbd60072aeccb49fcb14da2.tar.gz
glibc-a3461d4923d92ba14cbd60072aeccb49fcb14da2.tar.xz
glibc-a3461d4923d92ba14cbd60072aeccb49fcb14da2.zip
if_index: Remove unneeded alloca.h include
Nothing is being used from this header.
Reviewed-by: Siddhesh Poyarekar <siddhesh@sourceware.org>
Diffstat (limited to 'sysdeps/unix')
-rw-r--r--sysdeps/unix/sysv/linux/if_index.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/if_index.c b/sysdeps/unix/sysv/linux/if_index.c
index ac22d0b742..432a3f9251 100644
--- a/sysdeps/unix/sysv/linux/if_index.c
+++ b/sysdeps/unix/sysv/linux/if_index.c
@@ -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 <string.h>
 #include <stdio.h>