mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 20:17:44 +00:00
LibC: Remove obsolete errno codes for windowing syscalls.
This commit is contained in:
parent
77177dbb76
commit
1d66670ad7
1 changed files with 0 additions and 4 deletions
|
@ -45,11 +45,7 @@
|
|||
__ERROR(ENOTSOCK, "Not a socket") \
|
||||
__ERROR(EADDRINUSE, "Address in use") \
|
||||
__ERROR(EWHYTHO, "Failed without setting an error code (Bug!)") \
|
||||
__ERROR(EBADWINDOW, "Bad window ID") \
|
||||
__ERROR(EBADBACKING, "Bad backing store ID") \
|
||||
__ERROR(ENOTEMPTY, "Directory not empty") \
|
||||
__ERROR(EBADMENUBAR, "Bad menubar ID") \
|
||||
__ERROR(EBADMENU, "Bad menu ID") \
|
||||
|
||||
|
||||
enum __errno_values {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue