public/errno: sort entries numerically
authorJan Beulich <jbeulich@suse.com>
Thu, 9 Jun 2016 13:46:22 +0000 (15:46 +0200)
committerJan Beulich <jbeulich@suse.com>
Thu, 9 Jun 2016 13:46:22 +0000 (15:46 +0200)
Signed-off-by: Jan Beulich <jbeulich@suse.com>
Acked-by: George Dunlap <george.dunlap@citrix.com>
Reviewed-by: Andrew Cooper <andrew.cooper3@citrix.com>
xen/include/public/errno.h

index ebb853a9ebe19c88071e3054e75b4031493cf82a..305c112bed74c41a5f07f9f1019b0f4e5ce73493 100644 (file)
@@ -91,8 +91,8 @@ XEN_ERRNO(EDEADLK,    35)     /* Resource deadlock would occur */
 XEN_ERRNO(EDEADLOCK,   35)     /* Resource deadlock would occur. Aliases EDEADLK */
 XEN_ERRNO(ENAMETOOLONG,        36)     /* File name too long */
 XEN_ERRNO(ENOLCK,      37)     /* No record locks available */
-XEN_ERRNO(ENOTEMPTY,   39)     /* Directory not empty */
 XEN_ERRNO(ENOSYS,      38)     /* Function not implemented */
+XEN_ERRNO(ENOTEMPTY,   39)     /* Directory not empty */
 XEN_ERRNO(ENODATA,     61)     /* No data available */
 XEN_ERRNO(ETIME,       62)     /* Timer expired */
 XEN_ERRNO(EBADMSG,     74)     /* Not a data message */