Staging
v0.5.1
Revision 65f59e2998c7dd87f61b25fa41bba72fd4247901 authored by Junio C Hamano on 13 August 2008, 04:42:22 UTC, committed by Junio C Hamano on 13 August 2008, 05:46:33 UTC
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent fc721b6
Raw File
thread-utils.h
#ifndef THREAD_COMPAT_H
#define THREAD_COMPAT_H

extern int online_cpus(void);

#endif /* THREAD_COMPAT_H */
back to top