[Glibc-bsd-commits] r4618 - in trunk/glibc-ports/kfreebsd: i386/fbtl x86_64/fbtl

Petr Salinger ps-guest at alioth.debian.org
Mon Jul 8 12:47:36 UTC 2013


Author: ps-guest
Date: 2013-06-27 08:01:53 +0000 (Thu, 27 Jun 2013)
New Revision: 4618

Modified:
   trunk/glibc-ports/kfreebsd/i386/fbtl/exit-thread.S
   trunk/glibc-ports/kfreebsd/x86_64/fbtl/exit-thread.S
Log:
add coment, fix year(s)


Modified: trunk/glibc-ports/kfreebsd/i386/fbtl/exit-thread.S
===================================================================
--- trunk/glibc-ports/kfreebsd/i386/fbtl/exit-thread.S	2013-06-27 07:31:38 UTC (rev 4617)
+++ trunk/glibc-ports/kfreebsd/i386/fbtl/exit-thread.S	2013-06-27 08:01:53 UTC (rev 4618)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991,92,97,99,2002 Free Software Foundation, Inc.
+/* Copyright (C) 2013 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
@@ -25,6 +25,7 @@
                                 they are at the same place anyway */
         mov %edx, 4(%esp)
         DO_CALL (thr_exit, 1)
+	/* It does return only for last thread of process */
 	mov %ecx, 4(%esp)	/* use saved value */
         DO_CALL (exit, 1)
         /* Shouldn't get here.  */

Modified: trunk/glibc-ports/kfreebsd/x86_64/fbtl/exit-thread.S
===================================================================
--- trunk/glibc-ports/kfreebsd/x86_64/fbtl/exit-thread.S	2013-06-27 07:31:38 UTC (rev 4617)
+++ trunk/glibc-ports/kfreebsd/x86_64/fbtl/exit-thread.S	2013-06-27 08:01:53 UTC (rev 4618)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991,92,97,99,2002 Free Software Foundation, Inc.
+/* Copyright (C) 2013 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




More information about the Glibc-bsd-commits mailing list