# | Line 288 | Line 288 | static inline int testandset(volatile in | |
---|---|---|
288 | } | |
289 | #endif | |
290 | ||
291 | < | /* FIXME: SheepShaver occasionnally hangs with those locks */ |
292 | < | #if 0 && (defined(__i386__) || defined(__x86_64__)) |
291 | > | #if defined(__i386__) || defined(__x86_64__) |
292 | #define HAVE_TEST_AND_SET 1 | |
293 | static inline int testandset(volatile int *p) | |
294 | { |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |