Subversion Repositories Kolibri OS

Rev

Rev 6099 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6099 Rev 6536
Line 41... Line 41...
41
#include 
41
#include 
42
#include 
42
#include 
43
#include 
43
#include 
44
#include 
44
#include 
Line 45... Line 45...
45
 
45
 
46
#if __BSD_VISIBLE
46
#if __BSD_VISIBLE || __POSIX_VISIBLE >= 200112 || __XSI_VISIBLE
47
#include 
47
#include 
Line 48... Line 48...
48
#endif
48
#endif
49
 
49
 
Line 414... Line 414...
414
#include 
414
#include 
Line 415... Line 415...
415
 
415
 
Line 416... Line 416...
416
#include 
416
#include 
417
 
-
 
418
__BEGIN_DECLS
-
 
419
int _EXFUN(setitimer, (int __which, const struct itimerval *__restrict __value,
417
 
Line 420... Line 418...
420
					struct itimerval *__restrict __ovalue));
418
__BEGIN_DECLS
421
int _EXFUN(utimes, (const char *__path, const struct timeval *__tvp));
419
int _EXFUN(utimes, (const char *__path, const struct timeval *__tvp));
422
 
420
 
423
#if __BSD_VISIBLE
-
 
424
int _EXFUN(adjtime, (const struct timeval *, struct timeval *));
421
#if __BSD_VISIBLE
425
int _EXFUN(futimes, (int, const struct timeval *));
422
int _EXFUN(adjtime, (const struct timeval *, struct timeval *));
426
int _EXFUN(futimesat, (int, const char *, const struct timeval [2]));
423
int _EXFUN(futimes, (int, const struct timeval *));
Line 427... Line 424...
427
int _EXFUN(lutimes, (const char *, const struct timeval *));
424
int _EXFUN(lutimes, (const char *, const struct timeval *));
428
int _EXFUN(settimeofday, (const struct timeval *, const struct timezone *));
425
int _EXFUN(settimeofday, (const struct timeval *, const struct timezone *));
-
 
426
#endif
-
 
427
 
429
#endif
428
#if __MISC_VISIBLE || __XSI_VISIBLE
430
 
429
int _EXFUN(getitimer, (int __which, struct itimerval *__value));
431
#if __XSI_VISIBLE
430
int _EXFUN(setitimer, (int __which, const struct itimerval *__restrict __value,
Line -... Line 431...
-
 
431
					struct itimerval *__restrict __ovalue));
-
 
432
int _EXFUN(gettimeofday, (struct timeval *__restrict __p,
-
 
433
			  void *__restrict __tz));
-
 
434
#endif
432
int _EXFUN(getitimer, (int __which, struct itimerval *__value));
435
 
433
int _EXFUN(gettimeofday, (struct timeval *__restrict __p,
436
#if __GNU_VISIBLE
434
			  void *__restrict __tz));
437
int _EXFUN(futimesat, (int, const char *, const struct timeval [2]));
Line 435... Line 438...
435
#endif
438
#endif