mirror of
https://github.com/Interlisp/maiko.git
synced 2026-01-25 19:46:21 +00:00
Remove AIX RS/6000 platform support. (#46)
AIX on PS/2 will be removed separately.
This commit is contained in:
@@ -584,15 +584,6 @@ int main(int argc, char *argv[])
|
||||
_getrealerror();
|
||||
#endif /* I386 */
|
||||
|
||||
#ifdef RS6000
|
||||
/****************************************************/
|
||||
/* For the IBM RS/6000, we have to initialize its */
|
||||
/* notion of the time zone, so gettimeofday works */
|
||||
/****************************************************/
|
||||
|
||||
tzset();
|
||||
#endif /* RS6000 */
|
||||
|
||||
#ifdef DOS
|
||||
tzset();
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user