Browse Source

move x32 sysinfo impl and syscall fixup code out of arch/x32/src

all such arch-specific translation units are being moved to
appropriate arch dirs under the main src tree.
Rich Felker 9 years ago
parent
commit
66215afc2e
3 changed files with 0 additions and 1 deletions
  1. 0 0
      src/linux/x32/sysinfo.c
  2. 0 1
      src/linux/x32/sysinfo.s
  3. 0 0
      src/thread/x32/syscall_cp_fixup.c

+ 0 - 0
arch/x32/src/sysinfo.c → src/linux/x32/sysinfo.c


+ 0 - 1
src/linux/x32/sysinfo.s

@@ -1 +0,0 @@
-# see arch/x32/src/sysinfo.c

+ 0 - 0
arch/x32/src/syscall_cp_fixup.c → src/thread/x32/syscall_cp_fixup.c