]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/libudev/libudev.c
Make MANAGER_TEST_RUN_MINIMAL just allocate data structures
[thirdparty/systemd.git] / src / libudev / libudev.c
index 64904c5ffaceb2a50b056d7ae0d53f8a1a743b46..4af0f1e1c67ae4039b4149f78cf315bd22418ed4 100644 (file)
@@ -85,8 +85,7 @@ _public_ void udev_set_userdata(struct udev *udev, void *userdata) {
 /**
  * udev_new:
  *
- * Create udev library context. This reads the udev configuration
- * file, and fills in the default values.
+ * Create udev library context. This only allocates the basic data structure.
  *
  * The initial refcount is 1, and needs to be decremented to
  * release the resources of the udev library context.