make-use-of-int-preblock-specific-to-s390-linux-20010412

based on report Pavel Semerad <semerad@ss1000.ms.mff.cuni.cz>, but fixing the
root cause.
This commit is contained in:
Derrick Brashear 2001-04-12 21:39:33 +00:00
parent 4fafb35ccf
commit 3133a57729

View File

@ -39,7 +39,7 @@ extern char* getenv();
extern void *malloc(int size); extern void *malloc(int size);
extern void *realloc(void *ptr, int size); extern void *realloc(void *ptr, int size);
#endif #endif
#if defined(AFS_OSF_ENV) || defined(AFS_LINUX20_ENV) || defined(AFS_S390_LINUX20_ENV) #if defined(AFS_OSF_ENV) || defined(AFS_S390_LINUX20_ENV)
extern int PRE_Block; /* from preempt.c */ extern int PRE_Block; /* from preempt.c */
#else #else
extern char PRE_Block; /* from preempt.c */ extern char PRE_Block; /* from preempt.c */