]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - sysdeps/unix/mips/pipe.S
Prefer https to http for gnu.org and fsf.org URLs
[thirdparty/glibc.git] / sysdeps / unix / mips / pipe.S
index 1aebb9b81b72cb9cd3931551e01614f41f5290d2..01f4613d2619e945b8914b34a84f5814dd1652d5 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1992, 1995, 1997, 2000, 2002 Free Software Foundation, Inc.
+/* Copyright (C) 1992-2019 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Brendan Kehoe (brendan@zen.org).
 
@@ -13,9 +13,8 @@
    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
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sysdep.h>
 
@@ -27,7 +26,7 @@ SYSCALL__ (pipe, 1)
        /* Go out with a clean status.  */
        move v0, zero
        j ra
-       .end __pipe
+PSEUDO_END(__pipe)
 
 libc_hidden_def (__pipe)
 weak_alias (__pipe, pipe)