Binary compatibility report for the libudev library between 140 and 141 versions on x86
Test Info
Library Name | libudev |
Version #1 | 140 |
Version #2 | 141 |
CPU Type | x86 |
GCC Version | 4.6.1 |
Test Results
Total Header Files | 2 |
Total Shared Libraries | 2 |
Total Symbols / Types | 86 / 40 |
Verdict | Incompatible (0.6%) |
Problem Summary
| Severity | Count |
---|
Added Symbols | - | 0 |
Removed Symbols | High | 0 |
Problems with Data Types | High | 0 |
Medium | 0 |
Low | 0 |
Problems with Symbols | High | 0 |
Medium | 1 |
Low | 0 |
Problems with Constants | Low | 0 |
Problems with Symbols, Medium Severity (1)
libudev.h,
libudev.so.0.1.0
[+] udev_monitor_new_from_netlink ( struct udev* udev ) (1)
changed to:udev_monitor_new_from_netlink ( struct udev* udev, char const* name )
| Change | Effect |
---|
1 | Parameter name of type char const* has been added to the calling stack. | This parameter will not be initialized by old clients. |
to the top
Header Files (2)
libudev.h
libvolume_id.h
to the top
Shared Libraries (2)
libudev.so.0.1.0
libvolume_id.so.1.1.0
to the top