<html>
  <head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <br>
    <div class="moz-cite-prefix">On 12/13/2014 10:24 PM, Thomas Kim
      wrote:<br>
    </div>
    <blockquote
cite="mid:CADY8aTBJWdM3114PX+aOECvPq=fmhUg7PVo2Q1ZS5FRJmogczQ@mail.gmail.com"
      type="cite">
      <div dir="ltr">Dear Gedare,
        <div><br>
        </div>
        <div>I guess that newlib of RSB is included in libc.a, libgcc.a.</div>
        <div>also, current newlib of RSB does not include fstatvfs()
          function.</div>
        <div><br>
        </div>
        <div>Is it correct ?</div>
        <div><br>
        </div>
        <div>At this time, when I use fstatvfs() in my application code,
          there is below linking error with <undefined reference to
          `fstatvfs'></div>
        <div><br>
        </div>
        <div>Please advise me.</div>
        <div><br>
        </div>
      </div>
    </blockquote>
    If the method is missing, then no one has needed it before. :)<br>
    It doesn't sound like much advice but it simply needs to be
    implemented<br>
    if you needed. It would go in cpukit/libcsupport/src.<br>
    <br>
    Given that Chris Johns implemented statvfs.c, maybe he has some <br>
    specific implementation advice.  <br>
    <br>
    FWIW this is a nice example of how things get added to RTEMS.<br>
    No one cares until they need it, then it gets added. Either by the<br>
    person implementing or arranging for a core developer to be <br>
    sponsored to do it.<br>
    <blockquote
cite="mid:CADY8aTBJWdM3114PX+aOECvPq=fmhUg7PVo2Q1ZS5FRJmogczQ@mail.gmail.com"
      type="cite">
      <div dir="ltr">
        <div>Best Regards,</div>
        <div>Thomas Kim</div>
        <div><br>
        </div>
        <div><br>
        </div>
        <div><br>
        </div>
        <div><br>
        </div>
        <div> </div>
      </div>
      <div class="gmail_extra"><br>
        <div class="gmail_quote">2014-12-14 12:49 GMT+09:00 Gedare Bloom
          <span dir="ltr"><<a moz-do-not-send="true"
              href="mailto:gedare@rtems.org" target="_blank">gedare@rtems.org</a>></span>:
          <blockquote class="gmail_quote" style="margin:0 0 0
            .8ex;border-left:1px #ccc solid;padding-left:1ex">newlib<br>
            <br>
            On Sat, Dec 13, 2014 at 11:42 AM, Thomas Kim <<a
              moz-do-not-send="true"
              href="mailto:thomas73.kim@gmail.com">thomas73.kim@gmail.com</a>>
            wrote:<br>
            > Dear Sir,<br>
            ><br>
            > As I checked in libcsupport, there is below extern
            declaration in<br>
            > libcsupport/include/sys/statvfs.h.<br>
            > extern int fstatvfs(int, struct statvfs *);<br>
            ><br>
            > But, there is not implementation code for fstatvfs()
            function.<br>
            ><br>
            > Where is this fstatvfs() function ?<br>
            ><br>
            > Best Regards,<br>
            > Thomas Kim<br>
            ><br>
            > _______________________________________________<br>
            > users mailing list<br>
            > <a moz-do-not-send="true"
              href="mailto:users@rtems.org">users@rtems.org</a><br>
            > <a moz-do-not-send="true"
              href="http://lists.rtems.org/mailman/listinfo/users"
              target="_blank">http://lists.rtems.org/mailman/listinfo/users</a><br>
          </blockquote>
        </div>
      </div>
    </blockquote>
    <br>
    <pre class="moz-signature" cols="72">-- 
Joel Sherrill, Ph.D.             Director of Research & Development
<a class="moz-txt-link-abbreviated" href="mailto:joel.sherrill@OARcorp.com">joel.sherrill@OARcorp.com</a>        On-Line Applications Research
Ask me about RTEMS: a free RTOS  Huntsville AL 35805
Support Available                (256) 722-9985</pre>
  </body>
</html>