Staging
v0.5.2
https://github.com/git/git
Revision 6233a5210ef64ba31bbf0e867e03e9176e0aace9 authored by Junio C Hamano on 04 May 2008, 01:55:33 UTC, committed by Junio C Hamano on 04 May 2008, 01:55:33 UTC
* maint-1.5.4:
  filter-branch: Documentation fix.
2 parent s 2788631 + a174889
Raw File
Tip revision: 6233a5210ef64ba31bbf0e867e03e9176e0aace9 authored by Junio C Hamano on 04 May 2008, 01:55:33 UTC
Merge branch 'maint-1.5.4' into maint
Tip revision: 6233a52
thread-utils.h
#ifndef THREAD_COMPAT_H
#define THREAD_COMPAT_H

extern int online_cpus(void);

#endif /* THREAD_COMPAT_H */
back to top