Diff for /embedaddon/php/win32/time.h between versions 1.1.1.1 and 1.1.1.2

version 1.1.1.1, 2012/02/21 23:48:06 version 1.1.1.2, 2014/06/15 20:04:03
Line 50  PHPAPI extern int setitimer(int which, const struct it Line 50  PHPAPI extern int setitimer(int which, const struct it
   
 PHPAPI int nanosleep( const struct timespec * rqtp, struct timespec * rmtp );  PHPAPI int nanosleep( const struct timespec * rqtp, struct timespec * rmtp );
   
   PHPAPI int usleep(unsigned int useconds);
   
 #endif  #endif

Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>