Browse Source

* fixed typo

git-svn-id: trunk@5703 -
Jonas Maebe 18 years ago
parent
commit
5074c4c734
1 changed files with 1 additions and 1 deletions
  1. 1 1
      rtl/solaris/errno.inc

+ 1 - 1
rtl/solaris/errno.inc

@@ -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 }