mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
xfstests: remove unsupported conditionals
This patch removes the unsupported sgi and CRAY. Signed-off-by: Rich Johnston <rjohnston@sgi.com> Reviewed-by: Mark Tinguely <tinguely@sgi.com> Reviewed-by: Christoph Hellwig <hch@lst.de>
This commit is contained in:
@@ -35,23 +35,6 @@
|
||||
#define TINFO 16 /* Test information flag */
|
||||
#define TCONF 32 /* Test not appropriate for configuration flag */
|
||||
|
||||
/*
|
||||
* To determine if you are on a Umk or Unicos system,
|
||||
* use sysconf(_SC_CRAY_SYSTEM). But since _SC_CRAY_SYSTEM
|
||||
* is not defined until 90, it will be define here if not already
|
||||
* defined.
|
||||
* if ( sysconf(_SC_CRAY_SYSTEM) == 1 )
|
||||
* on UMK
|
||||
* else # returned 0 or -1
|
||||
* on Unicos
|
||||
* This is only being done on CRAY systems.
|
||||
*/
|
||||
#ifdef CRAY
|
||||
#ifndef _SC_CRAY_SYSTEM
|
||||
#define _SC_CRAY_SYSTEM 140
|
||||
#endif /* ! _SC_CRAY_SYSTEM */
|
||||
#endif /* CRAY */
|
||||
|
||||
/*
|
||||
* Ensure that NUMSIGS is defined.
|
||||
* It should be defined in signal.h or sys/signal.h on
|
||||
|
||||
Reference in New Issue
Block a user