Changeset 101813 in vbox for trunk/src/libs/xpcom18a4/nsprpub/pr/include/private/primpl.h
- Timestamp:
- Nov 5, 2023 11:26:07 AM (15 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/xpcom18a4/nsprpub/pr/include/private/primpl.h
r101811 r101813 456 456 struct pollfd *syspoll_list; /* Unix polling list used by PR_Poll */ 457 457 PRUint32 syspoll_count; /* number of elements in syspoll_list */ 458 #if defined(_PR_POLL_WITH_SELECT)459 int *selectfd_list; /* Unix fd's that PR_Poll selects on */460 PRUint32 selectfd_count; /* number of elements in selectfd_list */461 #endif462 458 }; 463 459
Note:
See TracChangeset
for help on using the changeset viewer.