diff options
author | Roland McGrath <mcgrathr@chromium.org> | 2011-09-19 12:48:15 -0700 |
---|---|---|
committer | Roland McGrath <mcgrathr@chromium.org> | 2011-09-19 12:48:15 -0700 |
commit | bc7e1c3667b577ad418f7520df2a7dbccea04ee9 (patch) | |
tree | e2004b2e54189c02ab324fb97976e9b4910e0dcf /tls.make.c | |
parent | 1c3b002bbb2935a526ef38b32d0c7375b7ee3b54 (diff) | |
download | glibc-bc7e1c3667b577ad418f7520df2a7dbccea04ee9.tar.gz glibc-bc7e1c3667b577ad418f7520df2a7dbccea04ee9.tar.xz glibc-bc7e1c3667b577ad418f7520df2a7dbccea04ee9.zip |
Get rid of tls.make include file.
Diffstat (limited to 'tls.make.c')
-rw-r--r-- | tls.make.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tls.make.c b/tls.make.c deleted file mode 100644 index 4627aa37e0..0000000000 --- a/tls.make.c +++ /dev/null @@ -1,5 +0,0 @@ -/* This produces a makefile fragment saying `use-thread = yes' or no. */ - -#include <tls.h> - -@@@ use-thread = yes @@@ |