diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2018-03-19 19:23:33 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2018-03-22 19:14:01 +0100 |
commit | 91e21d25187d24bdd48875fb2544ec195ca2104a (patch) | |
tree | 826d8e12eb944a1e274f48b30e3ede3b983f8109 /libc/sysdeps/linux/hppa/Makefile.arch | |
parent | 8be3a69f1881cb87189164821c631fb398ea2b11 (diff) |
hppa: fix runtime issues
Sync clone()/vfork() with GNU C Library.
Allow CFI and fix strsignal() / tcsetattr().
Diffstat (limited to 'libc/sysdeps/linux/hppa/Makefile.arch')
-rw-r--r-- | libc/sysdeps/linux/hppa/Makefile.arch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/hppa/Makefile.arch b/libc/sysdeps/linux/hppa/Makefile.arch index 621a5b314..90cf5a4bc 100644 --- a/libc/sysdeps/linux/hppa/Makefile.arch +++ b/libc/sysdeps/linux/hppa/Makefile.arch @@ -8,4 +8,4 @@ CSRC-y := __syscall_error.c brk.c syscall.c SSRC-y := __longjmp.S bsd-_setjmp.S bsd-setjmp.S clone.S setjmp.S \ - add_n.s lshift.s rshift.s sub_n.s udiv_qrnnd.s + add_n.s lshift.s rshift.s sub_n.s udiv_qrnnd.s vfork.S |