OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [newlib/] [newlib/] [libc/] [sys/] [a29khif/] [getpid.c] - Rev 1765

Compare with Previous | Blame | View Log

/* Stub for getpid.  */
 
#include <_ansi.h>
 
/* This should really return pid_t, but that doesn't seem to be in
   <sys/types.h>.  */
 
int
_DEFUN_VOID (_getpid)
{
  return 1;
}
 

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

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