Для этого сайта требуется поддержка JavaScript.
Обзор
Помощь
Регистрация
Вход
Unity-Technologies
/
emscripten
зеркало из
https://github.com/Unity-Technologies/emscripten.git
Следить
1
В избранное
0
Форкнуть
Вы уже форкнули emscripten
0
Код
Задачи
Пакеты
Проекты
Релизы
Вики
Активность
c013660606
emscripten
/
tests
/
unistd
/
dup.out
16 строки
135 B
Plaintext
Исходник
Обычный вид
История
Убрать экранирование
Экранировать
Added unistd tests; fixed a lot of unistd bugs and deficiencies.
2011-07-23 06:49:48 +04:00
DUP
errno: 0
fix unistd_dup test
2011-09-26 06:07:09 +04:00
f: 1
f2,f3: 1
Added unistd tests; fixed a lot of unistd bugs and deficiencies.
2011-07-23 06:49:48 +04:00
close(f1): 0
close(f2): 0
close(f3): 0
DUP2
errno: 0
fix unistd_dup test
2011-09-26 06:07:09 +04:00
f: 1
f2,f3: 1
Added unistd tests; fixed a lot of unistd bugs and deficiencies.
2011-07-23 06:49:48 +04:00
close(f1): 0
close(f2): 0
close(f3): -1