Revision ec82874ad47627a44b6b22a6645551a214293711 authored by Junio C Hamano on 15 December 2010, 19:27:41 UTC, committed by Junio C Hamano on 15 December 2010, 19:27:41 UTC
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2 parent s d8e3ac7 + 88fcc52
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