projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
[gumstix] Fix ext4 build
[openwrt.git]
/
toolchain
/
uClibc
/
patches-0.9.32
/
150-cris_missing_syscall_include.patch
1
--- a/libc/sysdeps/linux/cris/sysdep.h
2
+++ b/libc/sysdeps/linux/cris/sysdep.h
3
@@ -20,6 +20,8 @@
4
#ifndef _SYSDEP_H_
5
#define _SYSDEP_H_
6
7
+#include <sys/syscall.h>
8
+
9
#ifndef C_LABEL
10
11
/* Define a macro we can use to construct the asm name for a C symbol. */
This page took
0.03955 seconds
and
5
git commands to generate.