mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-10-30 18:03:32 +00:00
config-post.h:fix a typo
Signed-off-by: Nitesh Konkar <nitkon12@linux.vnet.ibm.com>
This commit is contained in:
parent
6bff9c03c9
commit
4665676761
@ -20,7 +20,7 @@
|
|||||||
* Since virt-login-shell will be setuid, we must do everything
|
* Since virt-login-shell will be setuid, we must do everything
|
||||||
* we can to avoid linking to other libraries. Many of them do
|
* we can to avoid linking to other libraries. Many of them do
|
||||||
* unsafe things in functions marked __atttribute__((constructor)).
|
* unsafe things in functions marked __atttribute__((constructor)).
|
||||||
* The only way avoid to avoid such deps is to re-compile the
|
* The only way to avoid such deps is to re-compile the
|
||||||
* functions with the code in question disabled, and for that we
|
* functions with the code in question disabled, and for that we
|
||||||
* must override the main config.h rules. Hence this file :-(
|
* must override the main config.h rules. Hence this file :-(
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user