Staging
v0.5.1
Revision bc6100087cfac0293e6ccbea95a24223b724d072 authored by Junio C Hamano on 23 March 2008, 07:21:48 UTC, committed by Junio C Hamano on 23 March 2008, 07:22:29 UTC
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 9706397
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