vfork.S 293 B

1234567891011
  1. /*
  2. * Copyright (C) 2013 Synopsys, Inc. (www.synopsys.com)
  3. *
  4. * Licensed under the LGPL v2.1 or later, see the file COPYING.LIB in this tarball.
  5. */
  6. #define SAVE_PID
  7. #define RESTORE_PID
  8. #include <tls.h>
  9. #include <tcb-offsets.h>
  10. #include "../../../../../../../libc/sysdeps/linux/arc/vfork.S"