Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
steam-runtime-tools
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
steamrt
steam-runtime-tools
Commits
e80542b4
Commit
e80542b4
authored
4 years ago
by
Simon McVittie
Browse files
Options
Downloads
Plain Diff
Merge libglnx commit '
3c285a7b
'
Signed-off-by:
Simon McVittie
<
smcv@collabora.com
>
parents
603ca8ac
3c285a7b
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
subprojects/libglnx/glnx-fdio.c
+1
-1
1 addition, 1 deletion
subprojects/libglnx/glnx-fdio.c
subprojects/libglnx/glnx-fdio.h
+1
-1
1 addition, 1 deletion
subprojects/libglnx/glnx-fdio.h
with
2 additions
and
2 deletions
subprojects/libglnx/glnx-fdio.c
+
1
−
1
View file @
e80542b4
...
...
@@ -939,7 +939,7 @@ glnx_regfile_copy_bytes (int fdf, int fdt, off_t max_bytes)
gboolean
glnx_file_copy_at
(
int
src_dfd
,
const
char
*
src_subpath
,
struct
stat
*
src_stbuf
,
const
struct
stat
*
src_stbuf
,
int
dest_dfd
,
const
char
*
dest_subpath
,
GLnxFileCopyFlags
copyflags
,
...
...
This diff is collapsed.
Click to expand it.
subprojects/libglnx/glnx-fdio.h
+
1
−
1
View file @
e80542b4
...
...
@@ -193,7 +193,7 @@ typedef enum {
gboolean
glnx_file_copy_at
(
int
src_dfd
,
const
char
*
src_subpath
,
struct
stat
*
src_stbuf
,
const
struct
stat
*
src_stbuf
,
int
dest_dfd
,
const
char
*
dest_subpath
,
GLnxFileCopyFlags
copyflags
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment