* common.din (stime): Export.
* times.cc (stime): New function. * include/cygwin/time.h (stime): Declare. * include/cygwin/version.h (CYGWIN_VERSION_API_MINOR): Bump.
This commit is contained in:
@ -26,6 +26,8 @@ time_t __cdecl timegm (struct tm *);
|
||||
|
||||
#ifndef __STRICT_ANSI__
|
||||
|
||||
extern int stime (const time_t *);
|
||||
|
||||
extern int daylight __asm__ (_SYMSTR (_daylight));
|
||||
|
||||
#ifndef __timezonefunc__
|
||||
|
@ -454,12 +454,13 @@ details. */
|
||||
276: Export ffsl, ffsll.
|
||||
277: Add setsockopt(SO_PEERCRED).
|
||||
278: Add quotactl.
|
||||
279: Export stime.
|
||||
*/
|
||||
|
||||
/* Note that we forgot to bump the api for ualarm, strtoll, strtoull */
|
||||
|
||||
#define CYGWIN_VERSION_API_MAJOR 0
|
||||
#define CYGWIN_VERSION_API_MINOR 278
|
||||
#define CYGWIN_VERSION_API_MINOR 279
|
||||
|
||||
/* There is also a compatibity version number associated with the
|
||||
shared memory regions. It is incremented when incompatible
|
||||
|
Reference in New Issue
Block a user