forkables: inline dll_list::forkables_supported

And LONG fits better for shared_info member forkable_hardlink_support.
This commit is contained in:
Michael Haubenwallner
2017-03-02 17:26:53 +01:00
committed by Corinna Vinschen
parent 135577f708
commit 22d68bada3
6 changed files with 10 additions and 12 deletions

View File

@ -33,7 +33,7 @@ public:
/* Data accessible to all tasks */
#define CURR_SHARED_MAGIC 0xc590e67eU
#define CURR_SHARED_MAGIC 0x9f33cc5dU
#define USER_VERSION 1
@ -51,7 +51,7 @@ class shared_info
mtinfo mt;
loadavginfo loadavg;
LONG pid_src;
char forkable_hardlink_support; /* single byte access always is atomic */
LONG forkable_hardlink_support;
void initialize ();
void init_obcaseinsensitive ();