mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-18 17:50:29 +02:00
* continuations.h: Include <ucontext.h> on IA64 instead of
<sys/ucontext.h>. * continuations.c (scm_make_continuation): Use ia64_getcontext instead of getcontext on IA64.
This commit is contained in:
parent
434a0e3312
commit
deddb10425
2 changed files with 4 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
#ifndef CONTINUATIONSH
|
||||
#define CONTINUATIONSH
|
||||
/* Copyright (C) 1995,1996, 2000, 2001 Free Software Foundation, Inc.
|
||||
/* Copyright (C) 1995,1996, 2000, 2001, 2003 Free Software Foundation, Inc.
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
|
@ -46,7 +46,7 @@
|
|||
#include "libguile/__scm.h"
|
||||
|
||||
#ifdef __ia64__
|
||||
#include <sys/ucontext.h>
|
||||
#include <ucontext.h>
|
||||
extern unsigned long __libc_ia64_register_backing_store_base;
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue