diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2010-08-05 23:52:14 +0200 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2010-08-05 23:52:14 +0200 |
commit | 7591f62fd5b81b2df9c0680ece8773defc378dac (patch) | |
tree | 9d1f3169ce41d11161b9d2b5d0b49f431f0b0720 /libpthread/nptl/sysdeps/unix/sysv | |
parent | f65e66078b9f4d2d7f0fc336dee36e78fc467c0f (diff) |
Revert "nptl i686: fix pthread_cond_wait.S compilation"
This reverts commit f71c0d8af11252f119fad04938ddd5501a7df21a.
Diffstat (limited to 'libpthread/nptl/sysdeps/unix/sysv')
-rw-r--r-- | libpthread/nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libpthread/nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S b/libpthread/nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S index 3968df503..9b57fbaca 100644 --- a/libpthread/nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S +++ b/libpthread/nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S @@ -17,5 +17,4 @@ Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. */ -#undef __i686 #include "../i486/pthread_cond_wait.S" |