summaryrefslogtreecommitdiff
path: root/libpthread/nptl/sysdeps/unix/sysv/linux/arc/vfork.S
diff options
context:
space:
mode:
Diffstat (limited to 'libpthread/nptl/sysdeps/unix/sysv/linux/arc/vfork.S')
-rw-r--r--libpthread/nptl/sysdeps/unix/sysv/linux/arc/vfork.S11
1 files changed, 11 insertions, 0 deletions
diff --git a/libpthread/nptl/sysdeps/unix/sysv/linux/arc/vfork.S b/libpthread/nptl/sysdeps/unix/sysv/linux/arc/vfork.S
new file mode 100644
index 000000000..d29e05a8a
--- /dev/null
+++ b/libpthread/nptl/sysdeps/unix/sysv/linux/arc/vfork.S
@@ -0,0 +1,11 @@
+/*
+ * Copyright (C) 2013 Synopsys, Inc. (www.synopsys.com)
+ *
+ * Licensed under the LGPL v2.1 or later, see the file COPYING.LIB in this tarball.
+ */
+
+#define SAVE_PID
+#define RESTORE_PID
+#include <tls.h>
+#include <tcb-offsets.h>
+#include "../../../../../../../libc/sysdeps/linux/arc/vfork.S"