diff options
author | Roland McGrath <roland@redhat.com> | 2010-04-05 20:07:39 -0700 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 2010-04-05 20:07:39 -0700 |
commit | f571a994cec6be2f6edff2f0cd43cbdadcd94f5f (patch) | |
tree | 73cdf57177ed37a7e4a99957a4390ccac9c086ed /sysdeps/gnu/rt-unwind-resume.c | |
parent | 4dd019e3a1c68e2988ac35a97c95a59cd307eb05 (diff) | |
download | glibc-f571a994cec6be2f6edff2f0cd43cbdadcd94f5f.tar.gz glibc-f571a994cec6be2f6edff2f0cd43cbdadcd94f5f.tar.xz glibc-f571a994cec6be2f6edff2f0cd43cbdadcd94f5f.zip |
Move unwind-resume code from NPTL to sysdeps/gnu.
Diffstat (limited to 'sysdeps/gnu/rt-unwind-resume.c')
-rw-r--r-- | sysdeps/gnu/rt-unwind-resume.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/gnu/rt-unwind-resume.c b/sysdeps/gnu/rt-unwind-resume.c new file mode 100644 index 0000000000..743e675d4d --- /dev/null +++ b/sysdeps/gnu/rt-unwind-resume.c @@ -0,0 +1 @@ +#include <unwind-resume.c> |