summary refs log tree commit diff stats
path: root/bsd-user/errno_defs.h
diff options
context:
space:
mode:
Diffstat (limited to 'bsd-user/errno_defs.h')
-rw-r--r--bsd-user/errno_defs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/bsd-user/errno_defs.h b/bsd-user/errno_defs.h
index 832671354f..141e08456c 100644
--- a/bsd-user/errno_defs.h
+++ b/bsd-user/errno_defs.h
@@ -151,6 +151,6 @@
 /* Internal errors: */
 #define TARGET_EJUSTRETURN      254             /* Just return without modifing regs */
 #define TARGET_ERESTART         255             /* Restart syscall */
-#define TARGET_ERESTARTSYS      TARGET_ERESTART /* Linux compat */
+#define QEMU_ERESTARTSYS        TARGET_ERESTART
 
 #endif /* !  _ERRNO_DEFS_H_ */