OpenCores
URL https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk

Subversion Repositories openrisc_2011-10-31

[/] [openrisc/] [tags/] [gdb/] [gdb-6.8/] [gdb-6.8.openrisc-2.1/] [sim/] [testsuite/] [sim/] [cris/] [c/] [sched8.c] - Blame information for rev 33

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 24 jeremybenn
/* Check corner error case: specifying invalid PID.
2
#notarget: cris*-*-elf
3
*/
4
#include <string.h>
5
#include <sched.h>
6
#include <stdio.h>
7
#include <errno.h>
8
#include <stdlib.h>
9
 
10
int main (void)
11
{
12
  struct sched_param sb;
13
  memset (&sb, -1, sizeof sb);
14
  if (sched_getparam (99, &sb) != -1
15
      || errno != ESRCH)
16
    abort ();
17
  printf ("pass\n");
18
  exit (0);
19
}

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.