diff options
Diffstat (limited to 'sysdeps/unix/sysv/linux/s390/Makefile')
-rw-r--r-- | sysdeps/unix/sysv/linux/s390/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/s390/Makefile b/sysdeps/unix/sysv/linux/s390/Makefile index f211840444..2115e40a2a 100644 --- a/sysdeps/unix/sysv/linux/s390/Makefile +++ b/sysdeps/unix/sysv/linux/s390/Makefile @@ -6,3 +6,7 @@ endif ifeq ($(subdir),csu) CFLAGS-initfini.s += -DWEAK_GMON_START endif + +ifeq ($(subdir),resource) +sysdep_routines += oldgetrlimit64 +endif |