Skip to content

Commit 09c089d

Browse files
mysterywolfBernardXiong
authored andcommitted
[posix] remove getline
1 parent cec72c9 commit 09c089d

File tree

6 files changed

+0
-161
lines changed

6 files changed

+0
-161
lines changed

components/libc/posix/Kconfig

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,6 @@ config RT_USING_POSIX_CLOCK
4444
select RT_USING_POSIX_DELAY
4545
default n
4646

47-
config RT_USING_POSIX_GETLINE
48-
bool "Enable getline()/getdelim()"
49-
select RT_USING_POSIX_FS
50-
select RT_USING_POSIX_DEVIO
51-
default n
52-
5347
config RT_USING_PTHREADS
5448
bool "Enable pthreads APIs"
5549
select RT_USING_POSIX_CLOCK

components/libc/posix/getline/README.md

Lines changed: 0 additions & 20 deletions
This file was deleted.

components/libc/posix/getline/SConscript

Lines changed: 0 additions & 11 deletions
This file was deleted.

components/libc/posix/getline/UNLICENSE

Lines changed: 0 additions & 24 deletions
This file was deleted.

components/libc/posix/getline/posix_getline.c

Lines changed: 0 additions & 77 deletions
This file was deleted.

components/libc/posix/getline/posix_getline.h

Lines changed: 0 additions & 23 deletions
This file was deleted.

0 commit comments

Comments
 (0)