Revision d6f3ab573ee48927c7ef272e56b043758feb0a81 authored by Junio C Hamano on 05 August 2013, 17:11:10 UTC, committed by Junio C Hamano on 05 August 2013, 17:11:10 UTC
* dn/test-reject-utf-16:
  t3900: test rejecting log message with NULs correctly
  Add missing test file for UTF-16.
2 parent s c8abf65 + 0ed45a1
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