diff options
| author | Manuel Novoa III <mjn3@codepoet.org> | 2003-06-17 19:19:39 +0000 | 
|---|---|---|
| committer | Manuel Novoa III <mjn3@codepoet.org> | 2003-06-17 19:19:39 +0000 | 
| commit | 20d8808116d749b626c080b2891c968f163966e6 (patch) | |
| tree | 844fad9fc34f16b7496356f11855ab5069d8e10c /include/paths.h | |
| parent | a8041047f4c21c83341bfd1f7cc5c111dd76e0db (diff) | |
| download | uClibc-alpine-20d8808116d749b626c080b2891c968f163966e6.tar.bz2 uClibc-alpine-20d8808116d749b626c080b2891c968f163966e6.tar.xz  | |
Optionally support the struct tm extension fields.
Add a few misc functions mentioned in time.h.
Revert davidm's change regarding using a define for the "/etc/TZ" path,
as this is eventually meant to be a configurable extension and not
unconditionally supported.
Diffstat (limited to 'include/paths.h')
| -rw-r--r-- | include/paths.h | 1 | 
1 files changed, 0 insertions, 1 deletions
diff --git a/include/paths.h b/include/paths.h index 38102d55a..90edcf8fd 100644 --- a/include/paths.h +++ b/include/paths.h @@ -67,7 +67,6 @@  #define	_PATH_SHADOW	"/etc/shadow"  #define	_PATH_PASSWD	"/etc/passwd"  #define	_PATH_GROUP	"/etc/group" -#define	_PATH_TZ	"/etc/TZ"  /* Provide trailing slash, since mostly used for building pathnames. */  #define	_PATH_DEV	"/dev/"  | 
