Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
4c963dce
Commit
4c963dce
authored
Dec 29, 2007
by
Gerald Pfeifer
Committed by
Gerald Pfeifer
Dec 29, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config/os/mingw32/error_constants.h: Fix typo in comment.
From-SVN: r131224
parent
3dc0f23a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
libstdc++-v3/ChangeLog
+4
-0
libstdc++-v3/config/os/mingw32/error_constants.h
+1
-1
No files found.
libstdc++-v3/ChangeLog
View file @
4c963dce
2007-12-29 Gerald Pfeifer <gerald@pfeifer.com>
* config/os/mingw32/error_constants.h: Fix typo in comment.
2007-12-29 Danny Smith <dannysmith@users.sourceforge.net>
2007-12-29 Danny Smith <dannysmith@users.sourceforge.net>
* config/os/mingw32/error_constants.h (enum posix_errno): Move
* config/os/mingw32/error_constants.h (enum posix_errno): Move
...
...
libstdc++-v3/config/os/mingw32/error_constants.h
View file @
4c963dce
...
@@ -43,7 +43,7 @@ _GLIBCXX_BEGIN_NAMESPACE(std)
...
@@ -43,7 +43,7 @@ _GLIBCXX_BEGIN_NAMESPACE(std)
namespace
posix_error
{
namespace
posix_error
{
// Most of the commented-out error codes are socket-related and could be
// Most of the commented-out error codes are socket-related and could be
// replaced b
u
Winsock WSA-prefixed equivalents.
// replaced b
y
Winsock WSA-prefixed equivalents.
enum
posix_errno
enum
posix_errno
{
{
// address_family_not_supported = EAFNOSUPPORT,
// address_family_not_supported = EAFNOSUPPORT,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment