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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [linux/] [uClibc/] [libc/] [sysdeps/] [linux/] [e1/] [syscalls.c] - Rev 1765

Compare with Previous | Blame | View Log

/*  This file is lisenced under LGPL
 *  Copyright (C) 2002-2003,    George Thanos <george.thanos@gdt.gr>
 *                              Yannis Mitsos <yannis.mitsos@gdt.gr>
 */
 
#include <syscall.h>
 
/* We now need a declaration of the `errno' variable.  */
extern int errno;
#   define __set_errno(val) ((errno) = (val))
_syscall2( int, kprintf, char *, msg, int, len)
 

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.