ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/SheepShaver/src/Unix/sysdeps.h
(Generate patch)

Comparing SheepShaver/src/Unix/sysdeps.h (file contents):
Revision 1.44 by gbeauche, 2005-06-25T11:39:47Z vs.
Revision 1.45 by gbeauche, 2005-06-30T13:29:43Z

# 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   {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines