Test Info
| Library Name | svdrpservice-dev |
| Version #1 | base |
| Version #2 | lfs |
| Arch | ARM |
| Subject | Source Compatibility |
Test Results
| Total Header Files | 1 |
| Total Libraries | 0 |
| Total Symbols / Types | 2068 / 172 |
| Compatibility |
99.6% |
Problem Summary
| Severity | Count |
|---|
| Added Symbols | - | 1 |
| Removed Symbols | High | 8 |
Problems with Data Types | High | 0 |
| Medium | 0 |
| Low | 3 |
Problems with Symbols | High | 0 |
| Medium | 1 |
| Low | 0 |
Problems with Constants | Low | 0 |
Added Symbols 1
tools.h
cUnbufferedFile::Seek ( long long Offset, int Whence )
_ZN15cUnbufferedFile4SeekExi
to the top
Removed Symbols 8
dirent.h
alphasort ( struct dirent const** __e1, struct dirent const** __e2 )
getdirentries ( int __fd, char*restrict __buf, size_t __nbytes, __off_t*restrict __basep )
readdir ( DIR* __dirp )
readdir_r ( DIR*restrict __dirp, struct dirent*restrict __entry, struct dirent**restrict __result )
scandir ( char const*restrict __dir, struct dirent***restrict __namelist, int(*__selector)(struct dirent const*), int(*__cmp)(struct dirent const**, struct dirent const**) )
scandirat ( int __dfd, char const*restrict __dir, struct dirent***restrict __namelist, int(*__selector)(struct dirent const*), int(*__cmp)(struct dirent const**, struct dirent const**) )
versionsort ( struct dirent const** __e1, struct dirent const** __e2 )
tools.h
cUnbufferedFile::Seek ( long Offset, int Whence )
_ZN15cUnbufferedFile4SeekEli
to the top
Problems with Symbols, Medium Severity 1
tools.h
[+] cUnbufferedFile::Seek ( long Offset, int Whence ) 1
⇣
cUnbufferedFile::Seek ( long long Offset, int Whence )
_ZN15cUnbufferedFile4SeekEli
|
Change |
Effect |
| 1 |
Parameters list has been changed. |
Recompilation of a client program may be broken. |
to the top
Problems with Data Types, Low Severity 3
dirent.h
[+] struct dirent 2
|
Change |
Effect |
| 1 |
Type of field d_ino has been changed from __ino_t to __ino64_t. |
Recompilation of a client program may be broken. |
| 2 |
Type of field d_off has been changed from __off_t to __off64_t. |
Recompilation of a client program may be broken. |
[+] affected symbols: 1 (0.05%)
cReadDir::Next ( )
Return value (pointer) has base type 'struct dirent'.
fcntl.h
[+] typedef off_t 1
|
Change |
Effect |
| 1 |
Base type has been changed from long to long long. |
Recompilation of a client program may be broken. |
[+] affected symbols: 1 (0.05%)
FileSize ( char const* FileName )
Return value is of type 'off_t'.
to the top
Header Files 1
svdrpservice.h
to the top
Libraries 0
to the top