mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-25 15:27:03 +01:00
* misc.c (setsysinfo): Removed a #warning for Alpha's uniligedn
trap disabling - it is quite possible that this is a debug relict.
This commit is contained in:
parent
4dcd984b28
commit
e2b8455014
@ -1,3 +1,8 @@
|
|||||||
|
2002-06-20 Werner Koch <wk@gnupg.org>
|
||||||
|
|
||||||
|
* misc.c (setsysinfo): Removed a #warning for Alpha's uniligedn
|
||||||
|
trap disabling - it is quite possible that this is a debug relict.
|
||||||
|
|
||||||
2002-06-20 Stefan Bellon <sbellon@sbellon.de>
|
2002-06-20 Stefan Bellon <sbellon@sbellon.de>
|
||||||
|
|
||||||
* g10.c [__riscos__]: Added image file system feature.
|
* g10.c [__riscos__]: Added image file system feature.
|
||||||
|
@ -60,7 +60,6 @@ pull_in_libs(void)
|
|||||||
|
|
||||||
|
|
||||||
#if defined(__linux__) && defined(__alpha__) && __GLIBC__ < 2
|
#if defined(__linux__) && defined(__alpha__) && __GLIBC__ < 2
|
||||||
#warning using trap_unaligned
|
|
||||||
static int
|
static int
|
||||||
setsysinfo(unsigned long op, void *buffer, unsigned long size,
|
setsysinfo(unsigned long op, void *buffer, unsigned long size,
|
||||||
int *start, void *arg, unsigned long flag)
|
int *start, void *arg, unsigned long flag)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user