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

Subversion Repositories openrisc_me

[/] [openrisc/] [trunk/] [gnu-src/] [newlib-1.17.0/] [newlib/] [libc/] [sys/] [a29khif/] [getpid.c] - Diff between revs 148 and 158

Only display areas with differences | Details | Blame | View Log

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

powered by: WebSVN 2.1.0

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