Date: Mon, 23 Sep 2002 10:45:51 -0700 (PDT) From: Mike Barcroft <mike@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include unistd.h src/sys/sys select.h types.h Message-ID: <200209231745.g8NHjphW058264@freefall.freebsd.org>
index | next in thread | raw e-mail
mike 2002/09/23 10:45:51 PDT
Modified files:
include unistd.h
sys/sys select.h types.h
Log:
o Move select() helper macros from <sys/types.h> to <sys/select.h>.
o Include <sys/select.h> from <sys/types.h> in the __BSD_VISIBLE case,
so applications and base software can be slowly updated.
o Prototype select() in <sys/select.h>. It was previously only
prototyped in <unistd.h>.
o Add some XXX's to <sys/types.h>.
Reviewed by: -standards
Revision Changes Path
1.59 +5 -0 src/include/unistd.h
1.14 +46 -8 src/sys/sys/select.h
1.71 +8 -23 src/sys/sys/types.h
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200209231745.g8NHjphW058264>
