Deleted Added
full compact
time.h (25773) time.h (28021)
1/*
2 * Copyright (c) 1989, 1993
3 * The Regents of the University of California. All rights reserved.
4 * (c) UNIX System Laboratories, Inc.
5 * All or some portions of this file are derived from material licensed
6 * to the University of California by American Telephone and Telegraph
7 * Co. or Unix System Laboratories, Inc. and are reproduced herein with
8 * the permission of UNIX System Laboratories, Inc.

--- 121 unchanged lines hidden (view full) ---

130struct tm *localtime_r __P((const time_t *, struct tm *));
131#endif
132
133#ifndef _ANSI_SOURCE
134void tzset __P((void));
135#endif /* not ANSI */
136
137#if !defined(_ANSI_SOURCE) && !defined(_POSIX_SOURCE)
1/*
2 * Copyright (c) 1989, 1993
3 * The Regents of the University of California. All rights reserved.
4 * (c) UNIX System Laboratories, Inc.
5 * All or some portions of this file are derived from material licensed
6 * to the University of California by American Telephone and Telegraph
7 * Co. or Unix System Laboratories, Inc. and are reproduced herein with
8 * the permission of UNIX System Laboratories, Inc.

--- 121 unchanged lines hidden (view full) ---

130struct tm *localtime_r __P((const time_t *, struct tm *));
131#endif
132
133#ifndef _ANSI_SOURCE
134void tzset __P((void));
135#endif /* not ANSI */
136
137#if !defined(_ANSI_SOURCE) && !defined(_POSIX_SOURCE)
138const char *strptime __P((const char *, const char *, struct tm *));
138char *timezone __P((int, int));
139void tzsetwall __P((void));
140time_t timelocal __P((struct tm * const));
141time_t timegm __P((struct tm * const));
142
143/* Introduced in POSIX 1003.1b-1993, not part of 1003.1-1990. */
144int clock_getres __P((clockid_t, struct timespec *));
145int clock_gettime __P((clockid_t, struct timespec *));
146int clock_settime __P((clockid_t, const struct timespec *));
147int nanosleep __P((const struct timespec *, struct timespec *));
148#endif /* neither ANSI nor POSIX */
149__END_DECLS
150
151#endif /* !_TIME_H_ */
139char *timezone __P((int, int));
140void tzsetwall __P((void));
141time_t timelocal __P((struct tm * const));
142time_t timegm __P((struct tm * const));
143
144/* Introduced in POSIX 1003.1b-1993, not part of 1003.1-1990. */
145int clock_getres __P((clockid_t, struct timespec *));
146int clock_gettime __P((clockid_t, struct timespec *));
147int clock_settime __P((clockid_t, const struct timespec *));
148int nanosleep __P((const struct timespec *, struct timespec *));
149#endif /* neither ANSI nor POSIX */
150__END_DECLS
151
152#endif /* !_TIME_H_ */