Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Chigozirim Chukwu
dbus
Commits
2285db23
Commit
2285db23
authored
Sep 28, 2020
by
Simon McVittie
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'glibc' into 'master'
disable fork-malloc-exec for non-glibc-systems See merge request
!181
parents
bf51a316
3fab06d6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
dbus/dbus-sysdeps-unix.c
dbus/dbus-sysdeps-unix.c
+1
-1
No files found.
dbus/dbus-sysdeps-unix.c
View file @
2285db23
...
...
@@ -4742,7 +4742,7 @@ act_on_fds_3_and_up (void (*func) (int fd))
{
int
maxfds
,
i
;
#ifdef
__linux__
#if
def
ined(
__linux__
) && defined(__GLIBC__)
DIR
*
d
;
/* On Linux we can optimize this a bit if /proc is available. If it
...
...
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