~ubuntu-branches/ubuntu/saucy/numactl/saucy-proposed

« back to all changes in this revision

Viewing changes to numa.h

  • Committer: Bazaar Package Importer
  • Author(s): Ian Wienand
  • Date: 2006-11-03 10:31:24 UTC
  • mfrom: (1.2.1 upstream) (3.1.3 edgy)
  • Revision ID: james.westby@ubuntu.com-20061103103124-9dy65897wxq3g7ku
add powerpc.patch; fix FTBFS due to typo on PowerPC

Show diffs side-by-side

added added

removed removed

Lines of Context:
176
176
   once. */
177
177
void numa_warn(int num, char *fmt, ...);
178
178
 
 
179
int numa_migrate_pages(int pid, const nodemask_t *from, const nodemask_t *to);
 
180
 
179
181
#ifdef __cplusplus
180
182
}
181
183
#endif