diff options
author | Roland McGrath <roland@hack.frob.com> | 2015-02-06 12:30:23 -0800 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2015-02-06 12:30:23 -0800 |
commit | 9e7265f4e58e563a1b0c9564f9eb5014ab333c37 (patch) | |
tree | b4cd7716bf678c55d909d82282e17857b3586327 /nptl/tst-getpid2.c | |
parent | 62ad2abcd6fbcb90cc9f0eea7cf011b83f5e95e2 (diff) | |
download | glibc-9e7265f4e58e563a1b0c9564f9eb5014ab333c37.zip glibc-9e7265f4e58e563a1b0c9564f9eb5014ab333c37.tar.gz glibc-9e7265f4e58e563a1b0c9564f9eb5014ab333c37.tar.bz2 |
NPTL: Build tests using clone directly only for Linux.
Diffstat (limited to 'nptl/tst-getpid2.c')
-rw-r--r-- | nptl/tst-getpid2.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/nptl/tst-getpid2.c b/nptl/tst-getpid2.c deleted file mode 100644 index fc98cb6..0000000 --- a/nptl/tst-getpid2.c +++ /dev/null @@ -1,2 +0,0 @@ -#define TEST_CLONE_FLAGS CLONE_VM -#include "tst-getpid1.c" |