Test Info
| Library Name | libfsplib-dev |
| Version #1 | lfs |
| Version #2 | timet |
| Arch | ARM |
| Subject | Source Compatibility |
Test Results
| Total Header Files | 1 |
| Total Libraries | 0 |
| Total Symbols / Types | 82 / 58 |
| Compatibility |
99.1% |
Problem Summary
| Severity | Count |
|---|
| Added Symbols | - | 1 |
| Removed Symbols | High | 1 |
Problems with Data Types | High | 0 |
| Medium | 0 |
| Low | 2 |
Problems with Symbols | High | 0 |
| Medium | 1 |
| Low | 0 |
Problems with Constants | Low | 0 |
Other Changes in Data Types | - | 1 |
Added Symbols 1
fsplib.h
fsp_install ( FSP_SESSION* s, char const* fname, long long timestamp )
_Z11fsp_installP11FSP_SESSIONPKcx
to the top
Removed Symbols 1
fsplib.h
fsp_install ( FSP_SESSION* s, char const* fname, long timestamp )
_Z11fsp_installP11FSP_SESSIONPKcl
to the top
Problems with Symbols, Medium Severity 1
fsplib.h
[+] fsp_install ( FSP_SESSION* s, char const* fname, long timestamp ) 1
⇣
fsp_install ( FSP_SESSION* s, char const* fname, long long timestamp )
_Z11fsp_installP11FSP_SESSIONPKcl
|
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 2
struct_stat.h
[+] struct stat 1
|
Change |
Effect |
| 1 |
Type of field __st_ino has been changed from __ino_t to __ino64_t. |
Recompilation of a client program may be broken. |
[+] affected symbols: 1 (1.2%)
fsp_stat ( FSP_SESSION* s, char const* path, struct stat* sb )
3rd parameter 'sb' (pointer) has base type 'struct stat'.
struct_timespec.h
[+] struct timespec 1
|
Change |
Effect |
| 1 |
Type of field tv_sec has been changed from __time_t to __time64_t. |
Recompilation of a client program may be broken. |
[+] affected symbols: 1 (1.2%)
fsp_stat ( FSP_SESSION* s, char const* path, struct stat* sb )
Field 'sb.st_atim' in 3rd parameter 'sb' (pointer) is of type 'struct timespec'.
to the top
Other Changes in Data Types 1
struct_stat.h
[+] struct stat 1
|
Change |
Effect |
| 1 |
The relative position of field st_ino has been changed from 13 to 1. |
No effect. |
[+] affected symbols: 1 (1.2%)
fsp_stat ( FSP_SESSION* s, char const* path, struct stat* sb )
3rd parameter 'sb' (pointer) has base type 'struct stat'.
to the top
Header Files 1
fsplib.h
to the top
Libraries 0
to the top