aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix/bsd/m68k/pipe.S
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/unix/bsd/m68k/pipe.S')
-rw-r--r--sysdeps/unix/bsd/m68k/pipe.S4
1 files changed, 3 insertions, 1 deletions
diff --git a/sysdeps/unix/bsd/m68k/pipe.S b/sysdeps/unix/bsd/m68k/pipe.S
index 547b4f351b..633d18fe2c 100644
--- a/sysdeps/unix/bsd/m68k/pipe.S
+++ b/sysdeps/unix/bsd/m68k/pipe.S
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991, 1992, 1993 Free Software Foundation, Inc.
+/* Copyright (C) 1991, 1992, 1993, 1995 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
@@ -28,3 +28,5 @@ SYSCALL__ (pipe, 1)
#endif
clrl d0
rts
+
+weak_alias (__pipe, pipe)