mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-22 13:00:06 +00:00
2004-03-08 Jeroen Dekkers <jeroen@dekkers.cx>
* sysdeps/mach/hurd/dl-sysdep.c (_dl_important_hwcaps): Don't use INTUSE with _dl_signal_error.
This commit is contained in:
parent
d4acd24b60
commit
32c6ecbad3
@ -649,8 +649,7 @@ _dl_important_hwcaps (const char *platform, size_t platform_len, size_t *sz,
|
||||
/* Return an empty array. Hurd has no hardware capabilities. */
|
||||
result = (struct r_strlenpair *) malloc (sizeof (*result));
|
||||
if (result == NULL)
|
||||
INTUSE (_dl_signal_error) (ENOMEM, NULL, NULL,
|
||||
"cannot create capability list");
|
||||
_dl_signal_error (ENOMEM, NULL, NULL, "cannot create capability list");
|
||||
|
||||
result[0].str = (char *) result; /* Does not really matter. */
|
||||
result[0].len = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user