Commit 66113b57 authored by Miles Bader's avatar Miles Bader Committed by Linus Torvalds

[PATCH] The v850 doesn't need sys_old_getrlimit

The v850 doesn't need sys_old_getrlimit
parent eab54a3f
......@@ -1189,7 +1189,7 @@ asmlinkage long sys_getrlimit(unsigned int resource, struct rlimit *rlim)
? -EFAULT : 0;
}
#if !defined(__ia64__)
#if !defined(__ia64__) && !defined(CONFIG_V850)
/*
* Back compatibility for getrlimit. Needed for some apps.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment