URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [linux/] [uClibc/] [libc/] [sysdeps/] [linux/] [e1/] [syscalls.c] - Rev 1325
Go to most recent revision | 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)
Go to most recent revision | Compare with Previous | Blame | View Log