mirror of
https://github.com/adtools/clib2.git
synced 2025-12-08 14:59:05 +00:00
- Moved the POSIX<->Amiga timeval member variable definitions again.
git-svn-id: file:///Users/olsen/Code/migration-svn-zu-git/logical-line-staging/clib2/trunk@14722 87f5fb63-7c3d-0410-a384-fd976d0f7a62
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* $Id: time.h,v 1.4 2004-09-09 08:30:31 obarthel Exp $
|
||||
* $Id: time.h,v 1.5 2004-09-09 10:56:24 obarthel Exp $
|
||||
*
|
||||
* :ts=4
|
||||
*
|
||||
@ -102,6 +102,18 @@ struct timeval
|
||||
|
||||
/****************************************************************************/
|
||||
|
||||
#endif /* DEVICES_TIMER_H */
|
||||
|
||||
/****************************************************************************/
|
||||
|
||||
#endif /* __TIMEVAL_ALREADY_DEFINED */
|
||||
|
||||
/****************************************************************************/
|
||||
|
||||
#ifdef DEVICES_TIMER_H
|
||||
|
||||
/****************************************************************************/
|
||||
|
||||
#ifndef tv_sec
|
||||
#define tv_sec tv_secs
|
||||
#endif /* tv_sec */
|
||||
@ -116,10 +128,6 @@ struct timeval
|
||||
|
||||
/****************************************************************************/
|
||||
|
||||
#endif /* __TIMEVAL_ALREADY_DEFINED */
|
||||
|
||||
/****************************************************************************/
|
||||
|
||||
struct timezone
|
||||
{
|
||||
int tz_minuteswest; /* of Greenwich */
|
||||
|
||||
Reference in New Issue
Block a user