Define F_DUPFD_CLOEXEC.
[glibc-ports.git] / sysdeps / unix / sysv / linux / arm / eabi / Makefile
blob9f2b0fe8f4299edf4493cb01ff53b79258bb0d00
1 # Set this flag here so that arm/nptl/Makefile will see it.
2 arm-using-eabi = yes
4 ifeq ($(subdir),csu)
5 # In order for unwinding to fail when it falls out of main, we need a
6 # cantunwind marker. There's one in start.S. To make sure we reach it, add
7 # unwind tables for __libc_start_main.
8 CFLAGS-libc-start.c += -fexceptions
9 endif