____longjmp_chk is now OS-specific.
authorUlrich Drepper <drepper@redhat.com>
Fri, 31 Jul 2009 04:42:27 +0000 (21:42 -0700)
committerUlrich Drepper <drepper@redhat.com>
Fri, 31 Jul 2009 04:42:27 +0000 (21:42 -0700)
commit98b1e6c8668259044a20a016a5a5957b226ce04b
tree28550fdff4cbfb4d6609efc5359dfc6ac64328cd
parent8e80581787d2342824d9b70d238e646326776c31
____longjmp_chk is now OS-specific.

We use sigaltstack internally which on some systems is a syscall
and should be used as such.  Move the x86-64 version to the Linux
specific directory and create in its place a file which always
causes compile errors.
ChangeLog
sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S [new file with mode: 0644]
sysdeps/x86_64/____longjmp_chk.S