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.
This commit is contained in:
Angus Gratton 2017-10-04 09:53:06 +11:00 committed by Angus Gratton
parent 3ebf7923d3
commit 48d9d507aa
4 changed files with 2 additions and 0 deletions

Binary file not shown.

Binary file not shown.

View file

@ -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