~pmdj/ubuntu/trusty/qemu/2.9+applesmc+fadtv3

« back to all changes in this revision

Viewing changes to linux-user/mips/target_syscall.h

  • Committer: Phil Dennis-Jordan
  • Date: 2017-07-21 08:03:43 UTC
  • mfrom: (1.1.1)
  • Revision ID: phil@philjordan.eu-20170721080343-2yr2vdj7713czahv
New upstream release 2.9.0.

Show diffs side-by-side

added added

removed removed

Lines of Context:
221
221
#undef TARGET_ENOTRECOVERABLE
222
222
#define TARGET_ENOTRECOVERABLE 166     /* State not recoverable */
223
223
 
 
224
#undef TARGET_ERFKILL
 
225
#define TARGET_ERFKILL         167
 
226
#undef TARGET_EHWPOISON
 
227
#define TARGET_EHWPOISON       168
 
228
 
224
229
#undef TARGET_EDQUOT
225
230
#define TARGET_EDQUOT          1133    /* Quota exceeded */
226
231