mirror of
https://github.com/systemd/systemd.git
synced 2025-04-01 18:50:16 +03:00
update INSTALL, NEWS, configure comment, queue doc
This commit is contained in:
parent
16efbde01a
commit
2906cbbae4
2
INSTALL
2
INSTALL
@ -35,6 +35,8 @@ All options:
|
||||
Disable local user acl permissions support.
|
||||
--disable-gudev
|
||||
Disable Gobject libudev support.
|
||||
--disable-introspection
|
||||
Disable Gobject introspection support.
|
||||
--disable-keymap
|
||||
Disable keymap fixup support.
|
||||
--enable-floppy
|
||||
|
2
NEWS
2
NEWS
@ -8,7 +8,7 @@ the accept4() syscall wiring.
|
||||
|
||||
The hid2hci tool move to the bluez package and was removed.
|
||||
|
||||
Many of the extras can be -enabled/--disabled during configure
|
||||
Many of the extras can be --enabled/--disabled during configure
|
||||
now. The --disable-extras option was removed. To check the
|
||||
current options, the usual './configure --help' prints them.
|
||||
|
||||
|
@ -243,11 +243,11 @@ AC_MSG_RESULT([
|
||||
cflags: ${CFLAGS}
|
||||
ldflags: ${LDFLAGS}
|
||||
|
||||
gintrospection: ${enable_introspection}
|
||||
rule_generator: ${enable_rule_generator}
|
||||
hwdb: ${enable_hwdb}
|
||||
udev_acl: ${enable_udev_acl}
|
||||
gudev: ${enable_gudev}
|
||||
gintrospection: ${enable_introspection}
|
||||
keymap: ${enable_keymap}
|
||||
floppy: ${enable_floppy}
|
||||
edd: ${enable_edd}
|
||||
|
@ -343,7 +343,7 @@ out:
|
||||
* @start: first event sequence number
|
||||
* @end: last event sequence number
|
||||
*
|
||||
* Returns: if any of the sequence numbers in the given range is currently active.
|
||||
* Returns: a flag indicating if any of the sequence numbers in the given range is currently active.
|
||||
**/
|
||||
int udev_queue_get_seqnum_sequence_is_finished(struct udev_queue *udev_queue,
|
||||
unsigned long long int start, unsigned long long int end)
|
||||
@ -405,7 +405,7 @@ int udev_queue_get_seqnum_sequence_is_finished(struct udev_queue *udev_queue,
|
||||
* @udev_queue: udev queue context
|
||||
* @seqnum: sequence number
|
||||
*
|
||||
* Returns: a flag indicating if the given sequence number is handled.
|
||||
* Returns: a flag indicating if the given sequence number is currently active.
|
||||
**/
|
||||
int udev_queue_get_seqnum_is_finished(struct udev_queue *udev_queue, unsigned long long int seqnum)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user