Revision 05a20c87abd08441c98dfcca0606bc0f8432ab26 authored by Junio C Hamano on 01 August 2012, 22:59:08 UTC, committed by Junio C Hamano on 01 August 2012, 22:59:08 UTC
* git://github.com/git-l10n/git-po:
  l10n: de.po: translate 4 new messages
  l10n: vi.po: translate 4 new messages
  l10n: zh_CN.po: translate 4 new messages
  l10n: Update git.pot (4 new, 3 removed messages)
2 parent s e39beac + 9c87b0d
Raw File
thread-utils.h
#ifndef THREAD_COMPAT_H
#define THREAD_COMPAT_H

#ifndef NO_PTHREADS
#include <pthread.h>

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

#endif
#endif /* THREAD_COMPAT_H */
back to top