about summary refs log tree commit diff
path: root/src/systemd/sd-adapt-core/nm-sd-adapt-core.c
blob: f0f85c43a9ab9aac52f482679672e453b7d575f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/* SPDX-License-Identifier: GPL-2.0+ */
/*
 * Copyright (C) 2014 - 2016 Red Hat, Inc.
 */

#include "nm-default.h"

#include "nm-sd-adapt-core.h"

#include "fd-util.h"

/*****************************************************************************/

int
asynchronous_close(int fd)
{
    safe_close(fd);
    return -1;
}

/*****************************************************************************/