mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-31 05:30:36 +02:00
* fixed typo
git-svn-id: trunk@5703 -
This commit is contained in:
parent
4bb6ca2e51
commit
5074c4c734
@ -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 }
|
||||
|
Loading…
Reference in New Issue
Block a user