~vcs-imports/qemu/git

« back to all changes in this revision

Viewing changes to linux-user/ppc/termbits.h

  • Committer: Blue Swirl
  • Date: 2009-08-31 15:14:40 UTC
  • Revision ID: git-v1:528e93a9787ccfc59582a44035f5f342caf5b84f
Fix breakage due to __thread

Thread-local storage is not supported on all hosts.

Signed-off-by: Blue Swirl <blauwirbel@gmail.com>

Show diffs side-by-side

added added

removed removed

Lines of Context:
234
234
 
235
235
#define TARGET_TIOCMIWAIT       0x545C  /* wait for a change on serial input line(s) */
236
236
#define TARGET_TIOCGICOUNT      0x545D  /* read serial port inline interrupt counts */
237