Staging
v0.5.1
https://github.com/git/git
Revision eefe19fbfc93b359afe43aa1645eb5591a502f15 authored by Junio C Hamano on 03 December 2009, 08:08:16 UTC, committed by Junio C Hamano on 03 December 2009, 08:08:16 UTC
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 8dd35c7
Raw File
Tip revision: eefe19fbfc93b359afe43aa1645eb5591a502f15 authored by Junio C Hamano on 03 December 2009, 08:08:16 UTC
Git 1.6.5.4
Tip revision: eefe19f
thread-utils.h
#ifndef THREAD_COMPAT_H
#define THREAD_COMPAT_H

extern int online_cpus(void);

#endif /* THREAD_COMPAT_H */
back to top