Преглед на файлове

move accept4, dup3, and pipe2 to non-linux-specific locations

these interfaces have been adopted by the Austin Group for inclusion
in the next version of POSIX.
Rich Felker преди 12 години
родител
ревизия
dc62790dee
променени са 3 файла, в които са добавени 0 реда и са изтрити 0 реда
  1. 0 0
      src/network/accept4.c
  2. 0 0
      src/unistd/dup3.c
  3. 0 0
      src/unistd/pipe2.c

+ 0 - 0
src/linux/accept4.c → src/network/accept4.c


+ 0 - 0
src/linux/dup3.c → src/unistd/dup3.c


+ 0 - 0
src/linux/pipe2.c → src/unistd/pipe2.c