Modified for BG96
Fork of mbed-dev by
Diff: platform/FileHandle.h
- Revision:
- 184:08ed48f1de7f
- Parent:
- 180:96ed750bd169
- Child:
- 186:707f6e361f3e
--- a/platform/FileHandle.h Tue Mar 20 17:01:51 2018 +0000 +++ b/platform/FileHandle.h Thu Apr 19 17:12:19 2018 +0100 @@ -252,18 +252,6 @@ } }; -/** Not a member function - * This call is equivalent to posix fdopen(). - * It associates a Stream to an already opened file descriptor (FileHandle) - * - * @param fh a pointer to an opened file descriptor - * @param mode operation upon the file descriptor, e.g., 'wb+' - * - * @returns a pointer to std::FILE -*/ - -std::FILE *fdopen(FileHandle *fh, const char *mode); - /**@}*/ /**@}*/