1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-13 10:02:38 +00:00

Bump __FreeBSD_version because the semantics of sigtimedwait and

sigwaitinfo have been corrected.  Some existing code relied on the
original broken semantics.
This commit is contained in:
John Polstra 2003-06-29 15:51:38 +00:00
parent ce17762f4a
commit 602c788942
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=117025

View File

@ -57,7 +57,7 @@
* scheme is: <major><two digit minor><0 if release branch, otherwise 1>xx
*/
#undef __FreeBSD_version
#define __FreeBSD_version 501100 /* Master, propagated to newvers */
#define __FreeBSD_version 501101 /* Master, propagated to newvers */
#ifndef NULL
#define NULL 0