Binary compatibility report for the libfixposix library between 0.2.2 and 0.2.3 versions on x86
Test Info
Library Name | libfixposix |
Version #1 | 0.2.2 |
Version #2 | 0.2.3 |
CPU Type | x86 |
GCC Version | 4.6.1 |
Test Results
Total Header Files | 20 |
Total Shared Libraries | 1 |
Total Symbols / Types | 119 / 107 |
Verdict | Compatible |
Problem Summary
| Severity | Count |
---|
Added Symbols | - | 2 |
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 | 0 |
Other Changes in Constants | - | 16 |
Added Symbols (2)
ioctl.h,
libfixposix.so.1.2.0
lfp_tty_attach ( char const* path )
lfp_tty_fattach ( int fd )
to the top
Other Changes in Constants (16)
ioctl.h
[+] _IOC_DIRBITS
| Change | Effect |
---|
1 | The constant _IOC_DIRBITS with value 2 has been added. | No effect. |
[+] _IOC_DIRMASK
| Change | Effect |
---|
1 | The constant _IOC_DIRMASK with value ((1 << _IOC_DIRBITS)-1) has been added. | No effect. |
[+] _IOC_DIRSHIFT
| Change | Effect |
---|
1 | The constant _IOC_DIRSHIFT with value (_IOC_SIZESHIFT+_IOC_SIZEBITS) has been added. | No effect. |
[+] _IOC_NONE
| Change | Effect |
---|
1 | The constant _IOC_NONE with value 0U has been added. | No effect. |
[+] _IOC_NRBITS
| Change | Effect |
---|
1 | The constant _IOC_NRBITS with value 8 has been added. | No effect. |
[+] _IOC_NRMASK
| Change | Effect |
---|
1 | The constant _IOC_NRMASK with value ((1 << _IOC_NRBITS)-1) has been added. | No effect. |
[+] _IOC_NRSHIFT
| Change | Effect |
---|
1 | The constant _IOC_NRSHIFT with value 0 has been added. | No effect. |
[+] _IOC_READ
| Change | Effect |
---|
1 | The constant _IOC_READ with value 2U has been added. | No effect. |
[+] _IOC_SIZEBITS
| Change | Effect |
---|
1 | The constant _IOC_SIZEBITS with value 14 has been added. | No effect. |
[+] _IOC_SIZEMASK
| Change | Effect |
---|
1 | The constant _IOC_SIZEMASK with value ((1 << _IOC_SIZEBITS)-1) has been added. | No effect. |
[+] _IOC_SIZESHIFT
| Change | Effect |
---|
1 | The constant _IOC_SIZESHIFT with value (_IOC_TYPESHIFT+_IOC_TYPEBITS) has been added. | No effect. |
[+] _IOC_TYPEBITS
| Change | Effect |
---|
1 | The constant _IOC_TYPEBITS with value 8 has been added. | No effect. |
[+] _IOC_TYPEMASK
| Change | Effect |
---|
1 | The constant _IOC_TYPEMASK with value ((1 << _IOC_TYPEBITS)-1) has been added. | No effect. |
[+] _IOC_TYPESHIFT
| Change | Effect |
---|
1 | The constant _IOC_TYPESHIFT with value (_IOC_NRSHIFT+_IOC_NRBITS) has been added. | No effect. |
[+] _IOC_WRITE
| Change | Effect |
---|
1 | The constant _IOC_WRITE with value 1U has been added. | No effect. |
[+] IOCSIZE_SHIFT
| Change | Effect |
---|
1 | The constant IOCSIZE_SHIFT with value (_IOC_SIZESHIFT) has been added. | No effect. |
to the top
Header Files (20)
aux.h
dirent.h
errno.h
fcntl.h
lfp.h
mman.h
resource.h
select.h
sendfile.h
signal.h
socket.h
spawn.h
stat.h
stdlib.h
strerror.h
string.h
syslog.h
time.h
unistd.h
wait.h
to the top
Shared Libraries (1)
libfixposix.so.1.1.0
to the top