Changeset 8246
- Timestamp:
- Jan 22, 2008, 10:23:42 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/source/lisp-kernel/pmcl-kernel.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/lisp-kernel/pmcl-kernel.c
r8245 r8246 1904 1904 #ifndef WINDOWS 1905 1905 void 1906 sample_paging_info( struct rusage *usage)1907 { 1908 getrusage(RUSAGE_SELF, rusage);1906 sample_paging_info(paging_info *stats) 1907 { 1908 getrusage(RUSAGE_SELF, stats); 1909 1909 } 1910 1910
Note:
See TracChangeset
for help on using the changeset viewer.
