diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2018-01-28 16:21:28 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2018-01-28 16:21:28 +0100 |
commit | 844bf92148eee21805b9248264b6c2c557529cc5 (patch) | |
tree | 220cbc95f4975da1b3388e33acb1476b5a7c7853 /ChangeLog | |
parent | 19fd8d0d3ebcf84e0e380902e0e2fe720d377f0f (diff) | |
download | glibc-844bf92148eee21805b9248264b6c2c557529cc5.tar.gz glibc-844bf92148eee21805b9248264b6c2c557529cc5.tar.xz glibc-844bf92148eee21805b9248264b6c2c557529cc5.zip |
hurd: Fix warning
* sysdeps/mach/hurd/spawni.c (__spawni): Make relpath and abspath const char * instead of char *.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 863afe0ce6..3ca2409663 100644 --- a/ChangeLog +++ b/ChangeLog @@ -37,6 +37,8 @@ critical section to make code simpler and avoid warning. * sysdeps/mach/hurd/getresuid.c (__getresuid): Set result from critical section to make code simpler and avoid warning. + * sysdeps/mach/hurd/spawni.c (__spawni): Make relpath and abspath + const char * instead of char *. 2018-01-27 James Clarke <jrtc27@jrtc27.com> |