소스 검색

newlib: Remove fcntl() implementation from libc

Allows fcntl() implementation in vfs to be used.

Closes https://github.com/espressif/esp-idf/issues/1070

Note this is different to the other libc file-related syscalls, as there is no
reent structure involved.
Angus Gratton 8 년 전
부모
커밋
48d9d507aa
4개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. BIN
      components/newlib/lib/libc-psram-workaround.a
  2. BIN
      components/newlib/lib/libc.a
  3. BIN
      components/newlib/lib/libc_nano.a
  4. 2 0
      components/newlib/libc_discard.list

BIN
components/newlib/lib/libc-psram-workaround.a


BIN
components/newlib/lib/libc.a


BIN
components/newlib/lib/libc_nano.a


+ 2 - 0
components/newlib/libc_discard.list

@@ -77,6 +77,7 @@ lib_a-close.o
 lib_a-creat.o
 lib_a-environ.o
 lib_a-fclose.o
+lib_a-fcntlr.o
 lib_a-isalnum.o
 lib_a-isalpha.o
 lib_a-isascii.o
@@ -131,6 +132,7 @@ lib_a-strupr.o
 lib_a-stdio.o
 lib_a-syssbrk.o
 lib_a-sysclose.o
+lib_a-sysfcntl.o
 lib_a-sysopen.o
 creat.o
 lib_a-sysread.o