eventfd.c (44c5db52e258aebed0c5d01047c79bc3d8487966) eventfd.c (0b4531511ead79951918e9e7b58937f6a8b59fd8)
1/*-
2 * SPDX-License-Identifier: MIT
3 *
4 * Copyright (c) 2005-2020 Rich Felker, et al.
1/*-
2 * SPDX-License-Identifier: MIT
3 *
4 * Copyright (c) 2005-2020 Rich Felker, et al.
5 * Copyright (c) 2020 Greg V
5 * Copyright (c) 2020 Val Packett
6 *
7 * Permission is hereby granted, free of charge, to any person obtaining
8 * a copy of this software and associated documentation files (the
9 * "Software"), to deal in the Software without restriction, including
10 * without limitation the rights to use, copy, modify, merge, publish,
11 * distribute, sublicense, and/or sell copies of the Software, and to
12 * permit persons to whom the Software is furnished to do so, subject to
13 * the following conditions:

--- 41 unchanged lines hidden ---
6 *
7 * Permission is hereby granted, free of charge, to any person obtaining
8 * a copy of this software and associated documentation files (the
9 * "Software"), to deal in the Software without restriction, including
10 * without limitation the rights to use, copy, modify, merge, publish,
11 * distribute, sublicense, and/or sell copies of the Software, and to
12 * permit persons to whom the Software is furnished to do so, subject to
13 * the following conditions:

--- 41 unchanged lines hidden ---