Skip to content

libudev.so.0 compatibility library for systems with newer udev versions

License

Notifications You must be signed in to change notification settings

archlinux/libudev0-shim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

This project provides a compatibility library libudev.so.0, for systems which only have libudev.so.1.

Operation

With libudev.so.1 a few functions have been removed from the ABI. Those have been implemented (as stubs) in this project.

Other API and ABI is implicitly forwarded to libudev.so.1, which the shim directly links to. Since the shim itself does not use anything from libudev.so.1, one needs to ensure the linker does not discard it. For that the "-Wl,--no-as-needed -ludev" flag is used.

About

libudev.so.0 compatibility library for systems with newer udev versions

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •