Remove dependency on __sdidinit member of struct _reent to check object initialization. Like __sdidinit, the __cleanup member of struct _reent is initialized in the __sinit() function. Checking initialization against __cleanup serves the same purpose and will reduce overhead in the __sfp() function in a follow up patch. |
||
|---|---|---|
| .. | ||
| _default_fcntl.h | ||
| _intsup.h | ||
| _locale.h | ||
| _pthreadtypes.h | ||
| _sigset.h | ||
| _stdint.h | ||
| _timespec.h | ||
| _timeval.h | ||
| _types.h | ||
| _tz_structs.h | ||
| cdefs.h | ||
| config.h | ||
| custom_file.h | ||
| dir.h | ||
| dirent.h | ||
| errno.h | ||
| fcntl.h | ||
| features.h | ||
| fenv.h | ||
| file.h | ||
| iconvnls.h | ||
| lock.h | ||
| param.h | ||
| queue.h | ||
| reent.h | ||
| resource.h | ||
| sched.h | ||
| select.h | ||
| signal.h | ||
| stat.h | ||
| stdio.h | ||
| string.h | ||
| syslimits.h | ||
| time.h | ||
| timeb.h | ||
| times.h | ||
| timespec.h | ||
| tree.h | ||
| types.h | ||
| unistd.h | ||
| utime.h | ||
| wait.h | ||