Skip to content
Snippets Groups Projects
Commit 2784f40e authored by David S. Miller's avatar David S. Miller
Browse files

[SPARC]: __NR_sys_splice --> __NR_splice

parent 52824b6b
No related branches found
No related tags found
No related merge requests found
...@@ -248,7 +248,7 @@ ...@@ -248,7 +248,7 @@
#define __NR_setfsgid 229 /* Linux Specific */ #define __NR_setfsgid 229 /* Linux Specific */
#define __NR__newselect 230 /* Linux Specific */ #define __NR__newselect 230 /* Linux Specific */
#define __NR_time 231 /* Linux Specific */ #define __NR_time 231 /* Linux Specific */
#define __NR_sys_splice 232 /* Linux Specific */ #define __NR_splice 232 /* Linux Specific */
#define __NR_stime 233 /* Linux Specific */ #define __NR_stime 233 /* Linux Specific */
#define __NR_statfs64 234 /* Linux Specific */ #define __NR_statfs64 234 /* Linux Specific */
#define __NR_fstatfs64 235 /* Linux Specific */ #define __NR_fstatfs64 235 /* Linux Specific */
......
...@@ -250,7 +250,7 @@ ...@@ -250,7 +250,7 @@
#ifdef __KERNEL__ #ifdef __KERNEL__
#define __NR_time 231 /* Linux sparc32 */ #define __NR_time 231 /* Linux sparc32 */
#endif #endif
#define __NR_sys_splice 232 /* Linux Specific */ #define __NR_splice 232 /* Linux Specific */
#define __NR_stime 233 /* Linux Specific */ #define __NR_stime 233 /* Linux Specific */
#define __NR_statfs64 234 /* Linux Specific */ #define __NR_statfs64 234 /* Linux Specific */
#define __NR_fstatfs64 235 /* Linux Specific */ #define __NR_fstatfs64 235 /* Linux Specific */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment