[RTEMS Project] #3633: add getdelim() and getline() to stdio.h

RTEMS trac trac at rtems.org
Wed Dec 5 19:14:51 UTC 2018


#3633: add getdelim() and getline() to stdio.h
------------------------------------+--------------------
  Reporter:  Himanshu Sekhar Nayak  |      Owner:  (none)
      Type:  defect                 |     Status:  new
  Priority:  normal                 |  Milestone:
 Component:  admin                  |    Version:
  Severity:  normal                 |   Keywords:
Blocked By:                         |   Blocking:
------------------------------------+--------------------
 Seems like these two functions are throwing errors as getdelim and getline
 are not declared in stdio.h . I had added #define _POSIX_C_SOURCE 200809L
 but didn't worked either. Also I found that both getline() and getdelim()
 are originally GNU extensions.  So any fix for that ?

--
Ticket URL: <http://devel.rtems.org/ticket/3633>
RTEMS Project <http://www.rtems.org/>
RTEMS Project


More information about the bugs mailing list