]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(O_NDELAY, O_NONBLOCK, O_NOCTTY, EISDIR): Remove definitions.
authorJim Meyering <jim@meyering.net>
Mon, 16 Jun 2003 10:45:18 +0000 (10:45 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 16 Jun 2003 10:45:18 +0000 (10:45 +0000)
Moved to system.h.

src/touch.c

index 7597972b5b5bbf494b53c22fbd1041021ae99e8c..3847bde2406596f4ca6188469b99bcb6dac0b95b 100644 (file)
@@ -46,22 +46,6 @@ time_t time ();
 #define CH_ATIME 1
 #define CH_MTIME 2
 
-#if !defined O_NDELAY
-# define O_NDELAY 0
-#endif
-
-#if !defined O_NONBLOCK
-# define O_NONBLOCK O_NDELAY
-#endif
-
-#if !defined O_NOCTTY
-# define O_NOCTTY 0
-#endif
-
-#if !defined EISDIR
-# define EISDIR 0
-#endif
-
 /* The name by which this program was run. */
 char *program_name;