summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/nios2/vfork.S
diff options
context:
space:
mode:
author"Steven J. Hill" <sjhill@realitydiluted.com>2007-01-20 20:48:33 +0000
committer"Steven J. Hill" <sjhill@realitydiluted.com>2007-01-20 20:48:33 +0000
commit293cef1de02c36f58a48bcdbe2d385059ea04828 (patch)
treeef5b831d01fefbe9d799c5ba7a0d6366106e5e88 /libc/sysdeps/linux/nios2/vfork.S
parent7d81b44aceec2e25cf2872f195adff3613e27fd3 (diff)
downloaduClibc-alpine-293cef1de02c36f58a48bcdbe2d385059ea04828.tar.bz2
uClibc-alpine-293cef1de02c36f58a48bcdbe2d385059ea04828.tar.xz
Merge from trunk.
Diffstat (limited to 'libc/sysdeps/linux/nios2/vfork.S')
-rw-r--r--libc/sysdeps/linux/nios2/vfork.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/nios2/vfork.S b/libc/sysdeps/linux/nios2/vfork.S
index ca8811a4f..5d275ffdd 100644
--- a/libc/sysdeps/linux/nios2/vfork.S
+++ b/libc/sysdeps/linux/nios2/vfork.S
@@ -14,7 +14,7 @@
#define _ERRNO_H
#include <bits/errno.h>
-#include <sys/syscall.h>
+#include <asm/unistd.h>
#ifndef __NR_vfork
#define __NR_vfork __NR_fork /* uClinux-2.0 only has fork which is vfork */