[Bug 2146] New: The mount() signature presented doesn't match what's in the fstests nor what's in libio.h

bugzilla-daemon at rtems.org bugzilla-daemon at rtems.org
Thu Oct 10 19:56:52 UTC 2013


https://www.rtems.org/bugzilla/show_bug.cgi?id=2146

             Bug #: 2146
           Summary: The mount() signature presented doesn't match what's
                    in the fstests nor what's in libio.h
    Classification: Unclassified
           Product: RTEMS
           Version: HEAD
          Platform: All
               URL: http://http://rtems.org/onlinedocs/doc-current/share/r
                    tems/html/posix_users/Input-and-Output-Primitives-Mana
                    ger-mount-_002d-Mount-a-file-system.html#index-mount
        OS/Version: RTEMS
            Status: NEW
          Severity: normal
          Priority: P3
         Component: doc
        AssignedTo: joel.sherrill at oarcorp.com
        ReportedBy: claus at SLAC.Stanford.edu


The mount() signature presented in the Posix manual doesn't agree with what's
found in the fstests nor what is in libio.h, where it is given as:

int mount(
  const char                 *source,
  const char                 *target,
  const char                 *filesystemtype,
  rtems_filesystem_options_t options,
  const void                 *data
);

-- 
Configure bugmail: https://www.rtems.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the bugs mailing list