Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-3]: src/lib/libc/sys Pull up revision 1.157 (requested by kleink ...
details: https://anonhg.NetBSD.org/src/rev/0453b619c3c3
branches: netbsd-3
changeset: 574945:0453b619c3c3
user: tron <tron%NetBSD.org@localhost>
date: Sun Mar 20 12:11:34 2005 +0000
description:
Pull up revision 1.157 (requested by kleink in ticket #27):
Interpose cancellation points in pollts() and pselect(), bringing us
to libc.so.12.127 and libpthread.so.0.6.
diffstat:
lib/libc/sys/Makefile.inc | 7 +++----
1 files changed, 3 insertions(+), 4 deletions(-)
diffs (29 lines):
diff -r 7b1d73eaca7a -r 0453b619c3c3 lib/libc/sys/Makefile.inc
--- a/lib/libc/sys/Makefile.inc Sun Mar 20 12:11:29 2005 +0000
+++ b/lib/libc/sys/Makefile.inc Sun Mar 20 12:11:34 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.156 2005/02/26 18:04:19 matt Exp $
+# $NetBSD: Makefile.inc,v 1.156.2.1 2005/03/20 12:11:34 tron Exp $
# @(#)Makefile.inc 8.3 (Berkeley) 10/24/94
# sys sources
@@ -73,9 +73,8 @@
mlock.S mlockall.S mount.S mprotect.S __msgctl13.S msgget.S \
munlock.S munlockall.S munmap.S \
nfssvc.S ntp_gettime.S \
- pathconf.S pmc_get_info.S pmc_control.S pollts.S __posix_chown.S \
+ pathconf.S pmc_get_info.S pmc_control.S __posix_chown.S \
__posix_fchown.S __posix_lchown.S __posix_rename.S profil.S \
- pselect.S \
quotactl.S \
rasctl.S readlink.S reboot.S recvfrom.S recvmsg.S rename.S revoke.S \
rmdir.S \
@@ -96,7 +95,7 @@
WEAKASM= accept.S close.S connect.S execve.S \
fcntl.S fdatasync.S fsync.S fsync_range.S \
kill.S msgrcv.S msgsnd.S __msync13.S \
- nanosleep.S open.S poll.S read.S readv.S \
+ nanosleep.S open.S poll.S pollts.S pselect.S read.S readv.S \
select.S __sigprocmask14.S __sigsuspend14.S sysarch.S \
wait4.S write.S writev.S
Home |
Main Index |
Thread Index |
Old Index