Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(54)

Side by Side Diff: src/third_party/mac_headers/mach/machine/thread_state.h

Issue 1340543002: Fix Mac Breakpad host tools to build in Linux cross-compile (Closed) Base URL: https://chromium.googlesource.com/breakpad/breakpad.git@master
Patch Set: Move mac-headers to mac_headers Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 /*
2 * This file is a stub with the bare minimum needed to make things work.
3 */
4 #ifndef _MACH_MACHINE_THREAD_STATE_H_
5 #define _MACH_MACHINE_THREAD_STATE_H_
6
7 #define THREAD_STATE_MAX 1
8
9 #endif /* _MACH_MACHINE_THREAD_STATE_H_ */
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698