summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/include/paths.h
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygwin/include/paths.h')
-rw-r--r--winsup/cygwin/include/paths.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/winsup/cygwin/include/paths.h b/winsup/cygwin/include/paths.h
index e5ff51e96..fd03f9790 100644
--- a/winsup/cygwin/include/paths.h
+++ b/winsup/cygwin/include/paths.h
@@ -16,4 +16,6 @@ details. */
#define _PATH_LASTLOG "/var/log/lastlog"
#define _PATH_UTMP "/var/run/utmp"
#define _PATH_WTMP "/var/log/wtmp"
+#define _PATH_DEVNULL "/dev/null"
+
#endif /* _PATHS_H_ */