NetBSD-Bugs archive

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

PR/38657 CVS commit: src/lib



The following reply was made to PR lib/38657; it has been noted by GNATS.

From: Mindaugas Rasiukevicius <rmind%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/38657 CVS commit: src/lib
Date: Wed,  2 Jul 2008 20:05:16 +0000 (UTC)

 Module Name:   src
 Committed By:  rmind
 Date:          Wed Jul  2 20:05:16 UTC 2008
 
 Modified Files:
        src/lib/libc/sys: Makefile.inc
        src/lib/librt: Makefile
 Added Files:
        src/lib/libc/sys: sched.c
        src/lib/librt: pset.c
 Removed Files:
        src/lib/librt: sched.c
 
 Log Message:
 Move scheduling functions from librt to libc.
 Fixes PR/38657.
 
 
 To generate a diff of this commit:
 cvs rdiff -r1.190 -r1.191 src/lib/libc/sys/Makefile.inc
 cvs rdiff -r0 -r1.1 src/lib/libc/sys/sched.c
 cvs rdiff -r1.7 -r1.8 src/lib/librt/Makefile
 cvs rdiff -r0 -r1.1 src/lib/librt/pset.c
 cvs rdiff -r1.3 -r0 src/lib/librt/sched.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index