diff options
author | Andreas Kling <awesomekling@gmail.com> | 2019-02-17 00:13:47 +0100 |
---|---|---|
committer | Andreas Kling <awesomekling@gmail.com> | 2019-02-17 00:13:47 +0100 |
commit | 640360e958d6dea05ba0e294af52160bc10725cb (patch) | |
tree | 509ac7609062108169b8332064ebfae40edef1c6 /LibC/errno_numbers.h | |
parent | 0b1b21d62286b73b8c59a2ce12e75a6de0f84f13 (diff) | |
download | serenity-640360e958d6dea05ba0e294af52160bc10725cb.zip |
Move WindowServer to userspace.
This is a monster patch that required changing a whole bunch of things.
There are performance and stability issues all over the place, but it works.
Pretty cool, I have to admit :^)
Diffstat (limited to 'LibC/errno_numbers.h')
-rw-r--r-- | LibC/errno_numbers.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/LibC/errno_numbers.h b/LibC/errno_numbers.h index b296dddf49..99fff5337a 100644 --- a/LibC/errno_numbers.h +++ b/LibC/errno_numbers.h @@ -47,6 +47,7 @@ __ERROR(EWHYTHO, "Failed without setting an error code (Bug!)") \ __ERROR(ENOTEMPTY, "Directory not empty") \ __ERROR(ECONNREFUSED, "Connection refused") \ + __ERROR(EMAXERRNO, "The highest errno +1 :^)") enum __errno_values { |