summaryrefslogtreecommitdiff
path: root/lib/error.c
diff options
context:
space:
mode:
authorTizenOpenSource <tizenopensrc@samsung.com>2023-12-28 15:00:17 +0900
committerTizenOpenSource <tizenopensrc@samsung.com>2023-12-28 15:00:17 +0900
commitfa0afb24e35ce19c2a1a660be317f9c2bfff51c0 (patch)
treebb551af4faaab9e46e88356e57e0df276868de34 /lib/error.c
parent63bb5dc37a2dfabc6c03c04bc27ea5d47b922863 (diff)
downloaddiffutils-upstream.tar.gz
diffutils-upstream.tar.bz2
diffutils-upstream.zip
Imported Upstream version 3.10upstream/3.10upstream
Diffstat (limited to 'lib/error.c')
-rw-r--r--lib/error.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/error.c b/lib/error.c
index f89dcc5..ef43728 100644
--- a/lib/error.c
+++ b/lib/error.c
@@ -1,5 +1,5 @@
/* Error handler for noninteractive utilities
- Copyright (C) 1990-1998, 2000-2007, 2009-2021 Free Software Foundation, Inc.
+ Copyright (C) 1990-1998, 2000-2007, 2009-2023 Free Software Foundation, Inc.
This file is part of the GNU C Library.
This file is free software: you can redistribute it and/or modify
@@ -42,8 +42,6 @@
# define USE_UNLOCKED_IO 0
# define _GL_ATTRIBUTE_FORMAT_PRINTF_STANDARD(a, b)
# define _GL_ARG_NONNULL(a)
-#else
-# include "getprogname.h"
#endif
#if USE_UNLOCKED_IO