Staging
v0.5.1
Revision 3b3a8ed4beadf5d9437597108355b23c7143bc81 authored by Junio C Hamano on 10 September 2010, 18:55:55 UTC, committed by Junio C Hamano on 10 September 2010, 18:55:55 UTC
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 5b45c55
Raw File
thread-utils.h
#ifndef THREAD_COMPAT_H
#define THREAD_COMPAT_H

extern int online_cpus(void);
extern int init_recursive_mutex(pthread_mutex_t*);

#endif /* THREAD_COMPAT_H */
back to top