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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [rtems-20020807/] [cpukit/] [libcsupport/] [src/] [__getpid.c] - Blame information for rev 1778

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1026 ivang
/*
2
 *  Some C Libraries reference this routine since they think getpid is
3
 *  a real system call.
4
 *
5
 *  __getpid.c,v 1.2 2001/01/08 18:26:44 joel Exp
6
 */
7
 
8
#if HAVE_CONFIG_H
9
#include "config.h"
10
#endif
11
 
12
#include <unistd.h>
13
 
14
pid_t __getpid(void)
15
{
16
  return getpid();
17
}
18
 

powered by: WebSVN 2.1.0

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