Source-Changes archive

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

CVS commit: [netbsd-9] src



Module Name:    src
Committed By:   martin
Date:           Wed Aug  3 10:42:02 UTC 2022

Modified Files:
        src/include [netbsd-9]: sched.h
        src/lib/libc/sys [netbsd-9]: clone.2

Log Message:
Pull up following revision(s) (requested by wiz in ticket #1484):

        lib/libc/sys/clone.2: revision 1.14
        lib/libc/sys/clone.2: revision 1.15
        include/sched.h: revision 1.13
        include/sched.h: revision 1.14
        include/sched.h: revision 1.15

Remove mentions of CLONE_PID and CLONE_STOPPED

CLONE_PID was removed in Linux 2.5.15 and recycled for
CLONE_PIDFD since Linux 5.2.
CLONE_STOPPED was removed in Linux 2.6.38 and recycled
for CLONE_NEWCGROUP since Linux 4.6.

sched.h: Linux documents clone and __clone as only available
when_GNU_SOURCE is defined - follow suit.
Ok martin@

clone(2): document that _GNU_SOURCE must be defined for the prototypes
sched.h: format comment to follow KNF
requested by thorpej@
sched.h: keep __clone() visible under _NETBSD_SOURCE


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.12.52.1 src/include/sched.h
cvs rdiff -u -r1.13 -r1.13.42.1 src/lib/libc/sys/clone.2

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