1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-10 14:00:21 +02:00

`__libc_ia64_register_backing_store_base'

is meant to be a `unsigned long *'.
This commit is contained in:
Marius Vollmer 2001-11-02 00:09:28 +00:00
parent b8b17bfd31
commit bb1180ef26

View file

@ -54,7 +54,7 @@
#ifdef __ia64__
#include <ucontext.h>
extern unsigned long __libc_ia64_register_backing_store_base;
extern unsigned long * __libc_ia64_register_backing_store_base;
#endif
#include "libguile/_scm.h"