Systemd/src/udev/udevd.h
Norbert Lange 63e2d1714e udev: single binary replacing udevd and udevadm
Since the separate binaries contain mostly the same code,
this almost halves the size of the installation.

before:
398K /bin/udevadm
391K /lib/systemd/systemd-udevd

after:
431K /bin/udevadm
0    /lib/systemd/systemd-udevd -> ../../bin/udevadm

Fixes: #14200
2020-06-01 09:41:21 +02:00

5 lines
93 B
C

/* SPDX-License-Identifier: GPL-2.0+ */
#pragma once
int run_udevd(int argc, char *argv[]);