mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-10 07:10:06 +00:00
* hurd/hurd.h (_hurd_umask): Remove volatile qualifier from decl.
This commit is contained in:
parent
ce944fef4e
commit
5ca3ec06e0
@ -1,5 +1,7 @@
|
|||||||
2001-12-02 Roland McGrath <roland@frob.com>
|
2001-12-02 Roland McGrath <roland@frob.com>
|
||||||
|
|
||||||
|
* hurd/hurd.h (_hurd_umask): Remove volatile qualifier from decl.
|
||||||
|
|
||||||
* mach/Makefile ($(objpfx)mach-syscalls.mk): Pass $(CFLAGS) to $(CC).
|
* mach/Makefile ($(objpfx)mach-syscalls.mk): Pass $(CFLAGS) to $(CC).
|
||||||
* mach/Machrules ($(objpfx)%.udeps static pattern rule): Likewise.
|
* mach/Machrules ($(objpfx)%.udeps static pattern rule): Likewise.
|
||||||
Reported by Jeff Bailey <jbailey@nisa.net>.
|
Reported by Jeff Bailey <jbailey@nisa.net>.
|
||||||
|
@ -79,7 +79,7 @@ __hurd_fail (error_t err)
|
|||||||
extern int _hurd_exec_flags; /* Flags word passed in exec_startup. */
|
extern int _hurd_exec_flags; /* Flags word passed in exec_startup. */
|
||||||
extern struct hurd_port *_hurd_ports;
|
extern struct hurd_port *_hurd_ports;
|
||||||
extern unsigned int _hurd_nports;
|
extern unsigned int _hurd_nports;
|
||||||
extern volatile mode_t _hurd_umask;
|
extern mode_t _hurd_umask;
|
||||||
extern sigset_t _hurdsig_traced;
|
extern sigset_t _hurdsig_traced;
|
||||||
|
|
||||||
/* Shorthand macro for internal library code referencing _hurd_ports (see
|
/* Shorthand macro for internal library code referencing _hurd_ports (see
|
||||||
|
Loading…
Reference in New Issue
Block a user