diff options
Diffstat (limited to 'mit-pthreads/include')
-rw-r--r-- | mit-pthreads/include/pthread/ac-types.h | 3 | ||||
-rw-r--r-- | mit-pthreads/include/pthread/paths.h | 4 |
2 files changed, 3 insertions, 4 deletions
diff --git a/mit-pthreads/include/pthread/ac-types.h b/mit-pthreads/include/pthread/ac-types.h index 0a13d320e88..7fa4568817f 100644 --- a/mit-pthreads/include/pthread/ac-types.h +++ b/mit-pthreads/include/pthread/ac-types.h @@ -1,11 +1,10 @@ #ifndef pthread_size_t -#define pthread_ipaddr_type unsigned int +#define pthread_ipaddr_type unsigned long #define pthread_ipport_type unsigned short #define pthread_clock_t long #define pthread_size_t unsigned int #define pthread_ssize_t int #define pthread_time_t long -#define pthread_fpos_t long #define pthread_off_t long #define pthread_va_list void * #endif diff --git a/mit-pthreads/include/pthread/paths.h b/mit-pthreads/include/pthread/paths.h index 8af9233a67c..bf2bf9d01a2 100644 --- a/mit-pthreads/include/pthread/paths.h +++ b/mit-pthreads/include/pthread/paths.h @@ -1,8 +1,8 @@ #ifndef _SYS___PATHS_H_ #define _SYS___PATHS_H_ #define _PATH_PTY "/dev/" -#define _PATH_TZDIR "/usr/share/zoneinfo" -#define _PATH_TZFILE "/etc/localtime" +#define _PATH_TZDIR "/usr/lib/zoneinfo" +#define _PATH_TZFILE "/usr/lib/zoneinfo/localtime" #define _PATH_RESCONF "/etc/resolv.conf" #define _PATH_HOSTS "/etc/hosts" #define _PATH_NETWORKS "/etc/networks" |