Skip to content

Conversation

@AdrianBunk
Copy link

Commit 5823762 did

-	extern int write();\
+	extern int write(int, const void *, unsigned);\

but the actual function signature is

ssize_t write (int, const void *, size_t);

The 80s are over, just include the header for the prototype.

@bmc @markyang92

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant