Changeset 2747
- Timestamp:
- Jul 26, 2006, 9:23:54 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libc/include/sys/resource.h
r2060 r2747 34 34 * FreeBSD 5.3 35 35 * @changed bird: get/setpriority takes id_t not int according to SuS. 36 * @changed bird: include sys/types.h to get id_t. 36 37 */ 37 38 … … 41 42 #include <sys/cdefs.h> 42 43 #include <sys/_timeval.h> 43 #include <sys/ _types.h>44 #include <sys/types.h> /* bird: for id_t (SuS allows this) */ 44 45 45 46 /*
Note:
See TracChangeset
for help on using the changeset viewer.