Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/sys no need for __lwp_park50.S here and we don't pr...



details:   https://anonhg.NetBSD.org/src/rev/d56246fdb263
branches:  trunk
changeset: 785753:d56246fdb263
user:      christos <christos%NetBSD.org@localhost>
date:      Fri Mar 29 02:10:53 2013 +0000

description:
no need for __lwp_park50.S here and we don't provide __lwp_park60.S so that
it does not get accidentally used.

diffstat:

 lib/libc/sys/Makefile.inc |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 6e770ad8827d -r d56246fdb263 lib/libc/sys/Makefile.inc
--- a/lib/libc/sys/Makefile.inc Fri Mar 29 02:09:58 2013 +0000
+++ b/lib/libc/sys/Makefile.inc Fri Mar 29 02:10:53 2013 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.inc,v 1.218 2012/11/18 17:41:53 manu Exp $
+#      $NetBSD: Makefile.inc,v 1.219 2013/03/29 02:10:53 christos Exp $
 #      @(#)Makefile.inc        8.3 (Berkeley) 10/24/94
 
 # sys sources
@@ -103,7 +103,7 @@
        lchflags.S lchmod.S lchown.S lfs_bmapv.S lfs_markv.S lfs_segclean.S \
                __lfs_segwait50.S link.S linkat.S listen.S __lstat50.S \
                __lutimes50.S _lwp_create.S _lwp_exit.S _lwp_kill.S \
-               ___lwp_park50.S _lwp_self.S _lwp_wait.S _lwp_unpark.S \
+               _lwp_self.S _lwp_wait.S _lwp_unpark.S \
                _lwp_unpark_all.S _lwp_suspend.S _lwp_continue.S \
                _lwp_wakeup.S _lwp_detach.S _lwp_setprivate.S \
                _lwp_setname.S _lwp_getname.S _lwp_ctl.S \



Home | Main Index | Thread Index | Old Index