Binary compatibility report for the libudev library between 072 and 073 versions on x86
Test Info
Library Name | libudev |
Version #1 | 072 |
Version #2 | 073 |
CPU Type | x86 |
GCC Version | 4.6.1 |
Test Results
Total Header Files | 14 |
Total Shared Libraries | 1 |
Total Symbols / Types | 52 / 56 |
Verdict | Compatible |
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 | 0 |
Low | 0 |
Problems with Constants | Low | 4 |
Problems with Constants, Low Severity (4)
udev.h
[+] UDEV_ALARM_TIMEOUT
| Change | Effect |
---|
1 | The value of constant UDEV_ALARM_TIMEOUT has been changed from 120 to 180. | Applications will pass an old value of this constant as the parameter to the new-version library functions, that expect a new one. This may result in crash of incorrect behavior of applications. |
udevd.h
[+] UDEVD_EVENT_TIMEOUT
| Change | Effect |
---|
1 | The constant UDEVD_EVENT_TIMEOUT with value 5 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] UDEVD_INIT_EVENT_TIMEOUT
| Change | Effect |
---|
1 | The constant UDEVD_INIT_EVENT_TIMEOUT with value 2 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] UDEVD_INIT_TIME
| Change | Effect |
---|
1 | The constant UDEVD_INIT_TIME with value 5 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
to the top
Header Files (14)
dlist.h
libsysfs.h
list.h
logging.h
sysfs.h
udev.h
udev_db.h
udev_libc_wrapper.h
udev_rules.h
udev_selinux.h
udev_sysfs.h
udev_utils.h
udev_version.h
udevd.h
to the top
Shared Libraries (1)
libudev.so
to the top