Bugzilla bug #40941: define _PR_HAVE_LARGE_OFF_T for ia64.

Removed ia64 classic nspr user-level thread stuff because
it doesn't work.
This commit is contained in:
wtc%netscape.com 2000-06-07 19:15:27 +00:00
Родитель d6b3206fde
Коммит 7e98aced72
1 изменённых файлов: 1 добавлений и 12 удалений

Просмотреть файл

@ -80,7 +80,7 @@ extern PRInt32 _PR_x86_AtomicSet(PRInt32 *val, PRInt32 newval);
#endif
#undef _PR_USE_POLL
#define _PR_STAT_HAS_ONLY_ST_ATIME
#if defined(__alpha)
#if defined(__alpha) || defined(__ia64__)
#define _PR_HAVE_LARGE_OFF_T
#else
#define _PR_NO_LARGE_FILES
@ -148,17 +148,6 @@ extern void _MD_CleanupBeforeExit(void);
/* XXX not sure if this is correct, or maybe it should be 17? */
#define PR_NUM_GCREGS 9
#elif defined(__ia64__)
/* ia64 based Linux */
#define _MD_GET_SP(_t)
#define _MD_SET_FP(_t, val)
#define _MD_GET_SP_PTR(_t) &(_MD_GET_SP(_t))
#define _MD_GET_FP_PTR(_t) ((void *) 0)
#define _MD_SP_TYPE long int
#undef PR_NUM_GCREGS
#elif defined(__mc68000__)
/* m68k based Linux */