Message13121
| Author |
jribbens |
| Recipients |
| Date |
2002年11月09日.20:44:28 |
| SpamBayes Score |
| Marked as misclassified |
| Message-id |
| In-reply-to |
| Content |
Logged In: YES
user_id=76089
Don't be irritating. Of course the header files don't change, but
through the use of #if statements what they do *does*
change. My statement is perfectly correct, the definitions are
indeed still there but they are "not available" like I said.
Here is a URL for the very latest sys/types.h:
http://www.openbsd.org/cgi-
bin/cvsweb/~checkout~/src/sys/sys/types.h?
rev=1.18&content-type=text/plain
Search for "fd_set". You will see that it is in a #if section as
follows:
#if !defined(_POSIX_SOURCE) && !defined
(_XOPEN_SOURCE)
select() itself comes from unistd.h, and is inside:
#if !defined(_XOPEN_SOURCE)
No, I don't know why these #if statements are there, they
seem completely stupid, but there we go. |
|
History
|
|---|
| Date |
User |
Action |
Args |
| 2007年08月23日 14:08:00 | admin | link | issue635034 messages |
| 2007年08月23日 14:08:00 | admin | create |
|