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

starius added a commit to starius/nixpkgs that referenced this pull request Jan 2, 2026
Include PR bmc/daemonize#39
It fixes daemonize after GCC update to 15.
@starius starius mentioned this pull request Jan 2, 2026
13 tasks
Sigmanificient pushed a commit to starius/nixpkgs that referenced this pull request Jan 2, 2026
Include PR bmc/daemonize#39
It fixes daemonize after GCC update to 15.
@vjardin
Copy link

vjardin commented Jan 7, 2026

LGTM too.

Please, @bmc : when can you merge it ?

If I may allow, you should rever the #37 and apply this fix which is much better.

github-actions bot pushed a commit to cpossinger/nixpkgs that referenced this pull request Jan 8, 2026
Include PR bmc/daemonize#39
It fixes daemonize after GCC update to 15.
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.

2 participants