diff options
author | Yaakov Selkowitz <yselkowi@redhat.com> | 2011-08-21 03:22:30 +0000 |
---|---|---|
committer | Yaakov Selkowitz <yselkowi@redhat.com> | 2011-08-21 03:22:30 +0000 |
commit | 0cd08cee4bb5ed01208a015612a4e4621e1c26a6 (patch) | |
tree | 5355727483171f716d549919e5b618a34890ff7b | |
parent | f71c1cdb55eab4203036ac33b0269d90d2216cc2 (diff) | |
download | newlib-0cd08cee4bb5ed01208a015612a4e4621e1c26a6.zip newlib-0cd08cee4bb5ed01208a015612a4e4621e1c26a6.tar.gz newlib-0cd08cee4bb5ed01208a015612a4e4621e1c26a6.tar.bz2 |
* include/paths.h (_PATH_MAILDIR): Define.
(_PATH_SHELLS): Define.
-rw-r--r-- | winsup/cygwin/ChangeLog | 5 | ||||
-rw-r--r-- | winsup/cygwin/include/paths.h | 2 |
2 files changed, 7 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 30e1df4..b5761e3 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,3 +1,8 @@ +2011-08-20 Yaakov Selkowitz <yselkowitz@users.sourceforge.net> + + * include/paths.h (_PATH_MAILDIR): Define. + (_PATH_SHELLS): Define. + 2011-08-20 Corinna Vinschen <corinna@vinschen.de> * fhandler_process.cc (format_process_maps): Define page protection diff --git a/winsup/cygwin/include/paths.h b/winsup/cygwin/include/paths.h index daeced6..0cd630c 100644 --- a/winsup/cygwin/include/paths.h +++ b/winsup/cygwin/include/paths.h @@ -17,10 +17,12 @@ details. */ #define _PATH_DEV "/dev/" #define _PATH_DEVNULL "/dev/null" #define _PATH_LASTLOG "/var/log/lastlog" +#define _PATH_MAILDIR "/var/spool/mail/" #define _PATH_MAN "/usr/share/man" #define _PATH_MEM "/dev/mem" #define _PATH_MNTTAB "/etc/fstab" #define _PATH_MOUNTED "/etc/mtab" +#define _PATH_SHELLS "/etc/shells" #define _PATH_STDPATH "/bin:/usr/sbin:/sbin" #define _PATH_TMP "/tmp/" #define _PATH_TTY "/dev/tty" |