Binary compatibility report for the libudev library between 075 and 076 versions on x86
Test Info
Library Name | libudev |
Version #1 | 075 |
Version #2 | 076 |
CPU Type | x86 |
GCC Version | 4.6.1 |
Test Results
Total Header Files | 14 |
Total Shared Libraries | 1 |
Total Symbols / Types | 52 / 55 |
Verdict | Incompatible (9.6%) |
Problem Summary
| Severity | Count |
---|
Added Symbols | - | 1 |
Removed Symbols | High | 5 |
Problems with Data Types | High | 0 |
Medium | 0 |
Low | 0 |
Problems with Symbols | High | 0 |
Medium | 0 |
Low | 0 |
Problems with Constants | Low | 2 |
Other Changes in Constants | - | 4 |
Added Symbols (1)
udev_utils.h,
libudev.so
delete_path ( char const* path )
to the top
Removed Symbols (5)
udev.h,
libudev.so
udev_db_path [data]
udev_sysfs.h,
libudev.so
wait_class_device_open ( char const* path )
wait_devices_device_open ( char const* path )
wait_for_class_device ( struct sysfs_class_device* class_dev, char const** error )
wait_for_devices_device ( struct sysfs_device* devices_dev, char const** error )
to the top
Problems with Constants, Low Severity (2)
udev_sysfs.h
[+] WAIT_LOOP_PER_SECOND
| Change | Effect |
---|
1 | The constant WAIT_LOOP_PER_SECOND with value 20 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] WAIT_MAX_SECONDS
| Change | Effect |
---|
1 | The constant WAIT_MAX_SECONDS with value 3 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
to the top
Other Changes in Constants (4)
udev.h
[+] DB_DIR
| Change | Effect |
---|
1 | The constant DB_DIR with value ".udev/db" has been added. | No effect. |
[+] PATH_TO_NAME_CHAR
| Change | Effect |
---|
1 | The constant PATH_TO_NAME_CHAR with value '@' has been added. | No effect. |
udevd.h
[+] EVENT_FAILED_DIR
| Change | Effect |
---|
1 | The constant EVENT_FAILED_DIR with value ".udev/failed" has been added. | No effect. |
[+] EVENT_QUEUE_DIR
| Change | Effect |
---|
1 | The constant EVENT_QUEUE_DIR with value ".udev/queue" has been added. | No effect. |
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