mirror of
https://git.openafs.org/openafs.git
synced 2025-01-19 07:20:11 +00:00
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:
parent
4fafb35ccf
commit
3133a57729
@ -39,7 +39,7 @@ extern char* getenv();
|
||||
extern void *malloc(int size);
|
||||
extern void *realloc(void *ptr, int size);
|
||||
#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 */
|
||||
#else
|
||||
extern char PRE_Block; /* from preempt.c */
|
||||
|
Loading…
Reference in New Issue
Block a user