]> rtime.felk.cvut.cz Git - l4.git/blobdiff - l4/pkg/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/x86_64/bsd-setjmp.S
update
[l4.git] / l4 / pkg / uclibc / lib / contrib / uclibc / libc / sysdeps / linux / x86_64 / bsd-setjmp.S
index a906a613276739eee5678f8de4b7280badd0a57c..1d3b8ee1f52754f07c0597c37af143e653fcb2ab 100644 (file)
    Lesser General Public License for more details.
 
    You should have received a copy of the GNU Lesser General Public
-   License along with the GNU C Library; if not, write to the Free
-   Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
-   02111-1307 USA.  */
-
-#define _ASM
-#define _SETJMP_H
-#include <bits/setjmp.h>
+   License along with the GNU C Library; if not, see
+   <http://www.gnu.org/licenses/>.  */
 
 .global setjmp
 .type   setjmp,%function
 setjmp:
        movq $1, %rsi
-       jmp __sigsetjmp@PLT
+       jmp HIDDEN_JUMPTARGET(__sigsetjmp)
 .size setjmp,.-setjmp