View | Details | Raw Unified | Return to bug 19668
Collapse All | Expand All

(-)tst-setcontext-fpscr.c.orig (+5 lines)
Lines 60-65 Link Here
60
	  return 0;
60
	  return 0;
61
	}
61
	}
62
      auxv = (ElfW(auxv_t) *)malloc(getpagesize());
62
      auxv = (ElfW(auxv_t) *)malloc(getpagesize());
63
      if (auxv == NULL)
64
	{
65
	  perror("Unable to allocate memory for auxv");
66
	  return 0;
67
	}
63
68
64
      do
69
      do
65
	{
70
	{

Return to bug 19668