diff options
author | Andreas Krebbel <krebbel@linux.vnet.ibm.com> | 2012-07-19 15:58:17 +0200 |
---|---|---|
committer | Andreas Krebbel <krebbel@linux.vnet.ibm.com> | 2012-07-19 15:58:17 +0200 |
commit | 46f85fc22637213e4a97b306f40a64ae09f82f18 (patch) | |
tree | 0ffbc10b9faf12886e941bbe1e9e600e94a415ce /sysdeps/unix/sysv/linux/s390/s390-64/Makefile | |
parent | 08f43f9bbf97c03ec4d2754c69fd9d7efce6ef96 (diff) | |
download | glibc-46f85fc22637213e4a97b306f40a64ae09f82f18.tar glibc-46f85fc22637213e4a97b306f40a64ae09f82f18.tar.gz glibc-46f85fc22637213e4a97b306f40a64ae09f82f18.tar.bz2 glibc-46f85fc22637213e4a97b306f40a64ae09f82f18.zip |
S/390: Fix uc_link == NULL handling for makecontext
Diffstat (limited to 'sysdeps/unix/sysv/linux/s390/s390-64/Makefile')
-rw-r--r-- | sysdeps/unix/sysv/linux/s390/s390-64/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/s390/s390-64/Makefile b/sysdeps/unix/sysv/linux/s390/s390-64/Makefile index 1f6ad21064..6795734747 100644 --- a/sysdeps/unix/sysv/linux/s390/s390-64/Makefile +++ b/sysdeps/unix/sysv/linux/s390/s390-64/Makefile @@ -12,3 +12,7 @@ sysdep_routines += framestate shared-only-routines += framestate endif endif + +ifeq ($(subdir),stdlib) +sysdep_routines += __makecontext_ret +endif |