Skip to content
Snippets Groups Projects
Commit c40aec8e authored by Michael Tüxen's avatar Michael Tüxen
Browse files

Undo adding O_ constants, since they are platform specific.

parent 4487b749
No related branches found
No related tags found
No related merge requests found
...@@ -150,13 +150,6 @@ struct int_symbol cross_platform_symbols[] = { ...@@ -150,13 +150,6 @@ struct int_symbol cross_platform_symbols[] = {
{ SHUT_WR, "SHUT_WR" }, { SHUT_WR, "SHUT_WR" },
{ SHUT_RDWR, "SHUT_RDWR" }, { SHUT_RDWR, "SHUT_RDWR" },
{ O_RDONLY, "O_RDONLY" },
{ O_WRONLY, "O_WRONLY" },
{ O_RDWR, "O_RDWR" },
{ O_APPEND, "O_APPEND" },
{ O_CREAT, "O_CREAT" },
{ O_EXCL, "O_EXCL" },
{ O_TRUNC, "O_TRUNC" },
{ SOL_SOCKET, "SOL_SOCKET" }, { SOL_SOCKET, "SOL_SOCKET" },
/* Sentinel marking the end of the table. */ /* Sentinel marking the end of the table. */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment