Staging
v0.5.1
Revision 006f31d77f3dd5f813557c2839b39b2aaa22b925 authored by Junio C Hamano on 27 June 2008, 00:16:50 UTC, committed by Junio C Hamano on 27 June 2008, 00:59:51 UTC
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 53b22a9
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