Blame


1 0d6fb46a 2022-01-09 op /*
2 0d6fb46a 2022-01-09 op * Copyright (c) 2021 Omar Polo <op@omarpolo.com>
3 0d6fb46a 2022-01-09 op *
4 0d6fb46a 2022-01-09 op * Permission to use, copy, modify, and distribute this software for any
5 0d6fb46a 2022-01-09 op * purpose with or without fee is hereby granted, provided that the above
6 0d6fb46a 2022-01-09 op * copyright notice and this permission notice appear in all copies.
7 0d6fb46a 2022-01-09 op *
8 0d6fb46a 2022-01-09 op * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
9 0d6fb46a 2022-01-09 op * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
10 0d6fb46a 2022-01-09 op * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
11 0d6fb46a 2022-01-09 op * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
12 0d6fb46a 2022-01-09 op * WHATSOEVER RESULTING FROM LOSS OF MIND, USE, DATA OR PROFITS, WHETHER
13 0d6fb46a 2022-01-09 op * IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
14 0d6fb46a 2022-01-09 op * OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
15 0d6fb46a 2022-01-09 op */
16 0d6fb46a 2022-01-09 op
17 0d6fb46a 2022-01-09 op #include "../compat.h"
18 0d6fb46a 2022-01-09 op
19 0d6fb46a 2022-01-09 op void
20 0d6fb46a 2022-01-09 op setprogname(const char *name)
21 0d6fb46a 2022-01-09 op {
22 0d6fb46a 2022-01-09 op return;
23 0d6fb46a 2022-01-09 op }