Staging
v0.5.1
https://github.com/git/git
Revision d9b9784f572a71b2f4ea0f8772b0d586ea0f848f authored by Junio C Hamano on 21 August 2009, 19:02:25 UTC, committed by Junio C Hamano on 22 August 2009, 03:16:10 UTC
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent f47af92
Raw File
Tip revision: d9b9784f572a71b2f4ea0f8772b0d586ea0f848f authored by Junio C Hamano on 21 August 2009, 19:02:25 UTC
GIT 1.6.4.1
Tip revision: d9b9784
thread-utils.h
#ifndef THREAD_COMPAT_H
#define THREAD_COMPAT_H

extern int online_cpus(void);

#endif /* THREAD_COMPAT_H */
back to top