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

Subversion Repositories or1k_old

[/] [or1k_old/] [trunk/] [newlib/] [newlib/] [libc/] [include/] [_syslist.h] - Diff between revs 39 and 56

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 39 Rev 56
Line 2... Line 2...
   and only provide C names, so that we end up in violation of ANSI */
   and only provide C names, so that we end up in violation of ANSI */
#ifndef __SYSLIST_H
#ifndef __SYSLIST_H
#define __SYSLIST_H
#define __SYSLIST_H
#ifdef MISSING_SYSCALL_NAMES
#ifdef MISSING_SYSCALL_NAMES
#define _close close
#define _close close
 
#define _execve execve
#define _fcntl fcntl
#define _fcntl fcntl
#define _fork fork
#define _fork fork
#define _fstat fstat
#define _fstat fstat
#define _getpid getpid
#define _getpid getpid
#define _gettimeofday gettimeofday
#define _gettimeofday gettimeofday
Line 19... Line 20...
#define _times times
#define _times times
#define _unlink unlink
#define _unlink unlink
#define _wait wait
#define _wait wait
#define _write write
#define _write write
/* functions not yet sysfaked */
/* functions not yet sysfaked */
#define _execve execve
 
#define _opendir opendir
#define _opendir opendir
#define _readdir readdir
#define _readdir readdir
#define _closedir closedir
#define _closedir closedir
#endif
#endif
#endif
#endif

powered by: WebSVN 2.1.0

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