From 065f14f471f520922787be14d770bdd07d8c92ec Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 19 Jan 2009 21:27:40 +0100 Subject: no longer define *_FILENO constants * src/system.h (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO): Remove definitions. Now guaranteed by gnulib. --- src/system.h | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/src/system.h b/src/system.h index 020f83b48..c76440524 100644 --- a/src/system.h +++ b/src/system.h @@ -1,5 +1,5 @@ /* system-dependent definitions for coreutils - Copyright (C) 1989, 1991-2008 Free Software Foundation, Inc. + Copyright (C) 1989, 1991-2009 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -36,19 +36,6 @@ you must include before including this file #include -#ifndef STDIN_FILENO -# define STDIN_FILENO 0 -#endif - -#ifndef STDOUT_FILENO -# define STDOUT_FILENO 1 -#endif - -#ifndef STDERR_FILENO -# define STDERR_FILENO 2 -#endif - - /* limits.h must come before pathmax.h because limits.h on some systems undefs PATH_MAX, whereas pathmax.h sets PATH_MAX. */ #include -- cgit v1.2.3-70-g09d2