Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 121657
Collapse All | Expand All

(-)linux-2.6.11/include/linux/wait.h (-1 / +3 lines)
Lines 356-361 Link Here
356
		INIT_LIST_HEAD(&(wait)->task_list);			\
356
		INIT_LIST_HEAD(&(wait)->task_list);			\
357
	} while (0)
357
	} while (0)
358
358
359
#ifndef __cplusplus
359
/**
360
/**
360
 * wait_on_bit - wait for a bit to be cleared
361
 * wait_on_bit - wait for a bit to be cleared
361
 * @word: the word being waited on, a kernel virtual address
362
 * @word: the word being waited on, a kernel virtual address
Lines 401-405 Link Here
401
		return 0;
402
		return 0;
402
	return out_of_line_wait_on_bit_lock(word, bit, action, mode);
403
	return out_of_line_wait_on_bit_lock(word, bit, action, mode);
403
}
404
}
404
	
405
406
#endif	
405
#endif
407
#endif

Return to bug 121657