diff options
-rw-r--r-- | libthreads/i386/csw.S | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libthreads/i386/csw.S b/libthreads/i386/csw.S index f067477a..51193798 100644 --- a/libthreads/i386/csw.S +++ b/libthreads/i386/csw.S @@ -26,6 +26,9 @@ /* * HISTORY * $Log: csw.S,v $ + * Revision 1.3 1995/05/12 18:35:55 roland + * Use EXT macro instead of explicit underscores. + * # Revision 1.2 1994/05/04 19:01:50 mib # entered into RCS # @@ -55,6 +58,11 @@ */ #include <i386/asm.h> +#ifdef PIC +#undef EXT +#define EXT(name) name@PLT +#endif + /* * Suspend the current thread and resume the next one. * |