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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [linux/] [uClibc/] [libc/] [sysdeps/] [linux/] [e1/] [syscalls.c] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1325 phoenix
/*  This file is lisenced under LGPL
2
 *  Copyright (C) 2002-2003,    George Thanos <george.thanos@gdt.gr>
3
 *                              Yannis Mitsos <yannis.mitsos@gdt.gr>
4
 */
5
 
6
#include <syscall.h>
7
 
8
/* We now need a declaration of the `errno' variable.  */
9
extern int errno;
10
#   define __set_errno(val) ((errno) = (val))
11
_syscall2( int, kprintf, char *, msg, int, len)

powered by: WebSVN 2.1.0

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