diff options
Diffstat (limited to 'libc/sysdeps/linux/frv/vfork.S')
| -rw-r--r-- | libc/sysdeps/linux/frv/vfork.S | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/libc/sysdeps/linux/frv/vfork.S b/libc/sysdeps/linux/frv/vfork.S index 8935a12f8..02ee7a739 100644 --- a/libc/sysdeps/linux/frv/vfork.S +++ b/libc/sysdeps/linux/frv/vfork.S @@ -13,15 +13,10 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + <http://www.gnu.org/licenses/>. */ -#include <features.h> - -#include <asm/unistd.h> -#define _ERRNO_H 1 -#include <bits/errno.h> +#include <sys/syscall.h> .text .globl __vfork @@ -44,4 +39,4 @@ __vfork: .size __vfork,.-__vfork weak_alias(__vfork,vfork) -libc_hidden_weak(vfork) +libc_hidden_def(vfork) |
