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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [newlib-1.10.0/] [newlib/] [libc/] [posix/] [execve.c] - Diff between revs 1010 and 1765

Go to most recent revision | Only display areas with differences | Details | Blame | View Log

Rev 1010 Rev 1765
/* execve.c */
/* execve.c */
 
 
/* This and the other exec*.c files in this directory require
/* This and the other exec*.c files in this directory require
   the target to provide the _execve syscall.  */
   the target to provide the _execve syscall.  */
 
 
 
 
#include <unistd.h>
#include <unistd.h>
 
 
 
 
int
int
execve (const char *path, char * const argv[], char * const envp[])
execve (const char *path, char * const argv[], char * const envp[])
{
{
  return _execve (path, argv, envp);
  return _execve (path, argv, envp);
}
}
 
 

powered by: WebSVN 2.1.0

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