mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-12 16:20:06 +00:00
Formerly unix/bsd/m68k/__pipe.S.~2~
This commit is contained in:
parent
4b36947a47
commit
2d8c1da501
@ -1,4 +1,4 @@
|
||||
/* Copyright (C) 1991, 1992 Free Software Foundation, Inc.
|
||||
/* Copyright (C) 1991, 1992, 1993 Free Software Foundation, Inc.
|
||||
This file is part of the GNU C Library.
|
||||
|
||||
The GNU C Library is free software; you can redistribute it and/or
|
||||
@ -19,7 +19,7 @@ Cambridge, MA 02139, USA. */
|
||||
#include <sysdep.h>
|
||||
|
||||
SYSCALL__ (pipe, 1)
|
||||
moveal sp@(4), a0
|
||||
movel sp@(4), a0
|
||||
moveml d0-d1, a0@
|
||||
clrl d0
|
||||
rts
|
||||
|
Loading…
Reference in New Issue
Block a user