diff options
author | Roland McGrath <roland@gnu.org> | 2001-12-02 19:43:55 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2001-12-02 19:43:55 +0000 |
commit | 5ca3ec06e0d1dc5eb0def5697f914fcce3f1d774 (patch) | |
tree | 824dcc88e2fefc70bf694b6e6cc318f1ccf9aee2 /hurd/hurd.h | |
parent | ce944fef4ef26a9fd4cf6d95917b27161b32e628 (diff) | |
download | glibc-5ca3ec06e0d1dc5eb0def5697f914fcce3f1d774.tar.gz glibc-5ca3ec06e0d1dc5eb0def5697f914fcce3f1d774.tar.xz glibc-5ca3ec06e0d1dc5eb0def5697f914fcce3f1d774.zip |
* hurd/hurd.h (_hurd_umask): Remove volatile qualifier from decl.
Diffstat (limited to 'hurd/hurd.h')
-rw-r--r-- | hurd/hurd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hurd/hurd.h b/hurd/hurd.h index 077e5b191b..6ba73b25fd 100644 --- a/hurd/hurd.h +++ b/hurd/hurd.h @@ -79,7 +79,7 @@ __hurd_fail (error_t err) extern int _hurd_exec_flags; /* Flags word passed in exec_startup. */ extern struct hurd_port *_hurd_ports; extern unsigned int _hurd_nports; -extern volatile mode_t _hurd_umask; +extern mode_t _hurd_umask; extern sigset_t _hurdsig_traced; /* Shorthand macro for internal library code referencing _hurd_ports (see |