UBUNTU: SAUCE: prevent a glibc test failure when looking for obsolete types on headers
BugLink: https://bugs.launchpad.net/bugs/1813060 glibc will look for ulong and other obsolete types on headers, including linux headers, and warn of their use. That, unfortunately, makes automated testing fail. Though that type is only referred inside a comment, and the test is what needs fixing, we are temporarily changing the comment to make tests pass. Signed-off-by: Thadeu Lima de Souza Cascardo <cascardo@canonical.com>
This commit is contained in:
committed by
Paolo Pisati
parent
3f82b39ddd
commit
eeea1f11c5
@@ -153,7 +153,7 @@ enum
|
||||
KERN_NMI_WATCHDOG=75, /* int: enable/disable nmi watchdog */
|
||||
KERN_PANIC_ON_NMI=76, /* int: whether we will panic on an unrecovered */
|
||||
KERN_PANIC_ON_WARN=77, /* int: call panic() in WARN() functions */
|
||||
KERN_PANIC_PRINT=78, /* ulong: bitmask to print system info on panic */
|
||||
KERN_PANIC_PRINT=78, /* unsigned long: bitmask to print system info on panic */
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user