about summary refs log tree commit diff
path: root/src/systemd/sd-adapt-core/nm-sd-adapt-core.c
blob: a9f8bd1c810d5e536d629789cb1b436fd162b803 (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;
}

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