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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [linux/] [uClibc/] [libc/] [sysdeps/] [linux/] [m68k/] [bits/] [syscalls.h] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1325 phoenix
#ifndef _BITS_SYSCALLS_H
2
#define _BITS_SYSCALLS_H
3
#ifndef _SYSCALL_H
4
# error "Never use <bits/syscalls.h> directly; include <sys/syscall.h> instead."
5
#endif
6
 
7
#include <features.h>
8
 
9
/* Do something very evil for now.  Until we create our own syscall
10
 * macros, short circuit bits/sysnum.h  and use asm/unistd.h instead */
11
#include <asm/unistd.h>
12
 
13
/* This includes the `__NR_<name>' syscall numbers taken from the Linux kernel
14
 * header files.  It also defines the traditional `SYS_<name>' macros for older
15
 * programs.  */
16
#include <bits/sysnum.h>
17
 
18
#endif /* _BITS_SYSCALLS_H */
19
 

powered by: WebSVN 2.1.0

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