|
@@ -128,7 +128,7 @@ ESysELIBSCN = 85; { .lib section in a.out corrupted }
|
|
|
ESysELIBMAX = 86; { Attempting to link in too many shared libraries }
|
|
|
ESysELIBEXEC = 87; { Cannot exec a shared library directly }
|
|
|
ESysEILSEQ = 88; { Illegal byte sequence }
|
|
|
-ESysENOSYS = 89 { Unsupported file system operation }
|
|
|
+ESysENOSYS = 89; { Unsupported file system operation }
|
|
|
ESysELOOP = 90; { Too many symbolic links encountered }
|
|
|
ESysERESTART = 91; { Interrupted system call should be restarted }
|
|
|
ESysESTRPIPE = 92; { Streams pipe error }
|