mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-16 03:19:54 +08:00
f1817d368a
PLARGE_INTEGER. * fhandler_disk_file.cc (fhandler_base::fstat_by_handle): Accommodate fstat_helper change of timestamp arguments. (fhandler_base::fstat_by_name): Ditto. (fhandler_base::fstat_helper): Define with timestamps as PLARGE_INTEGER. Accommodate in call to to_timestruc_t.
27 lines
956 B
Plaintext
27 lines
956 B
Plaintext
2010-01-10 Corinna Vinschen <corinna@vinschen.de>
|
|
|
|
* fhandler.h (fhandler_base::fstat_helper): Declare timestamps as
|
|
PLARGE_INTEGER.
|
|
* fhandler_disk_file.cc (fhandler_base::fstat_by_handle):
|
|
Accommodate fstat_helper change of timestamp arguments.
|
|
(fhandler_base::fstat_by_name): Ditto.
|
|
(fhandler_base::fstat_helper): Define with timestamps as PLARGE_INTEGER.
|
|
Accommodate in call to to_timestruc_t.
|
|
|
|
2010-01-08 Corinna Vinschen <corinna@vinschen.de>
|
|
|
|
* sec_auth.cc (get_token_group_sidlist): Add BUILTIN\Users account
|
|
to all created tokens.
|
|
* sec_helper.cc (well_known_users_sid): Define as BUILTIN\Users.
|
|
* security.h (well_known_users_sid): Declare.
|
|
|
|
2010-01-01 Christopher Faylor <me+cygwin@cgf.cx>
|
|
|
|
* dcrt0.cc: Bump copyright.
|
|
|
|
2010-01-01 Christopher Faylor <me+cygwin@cgf.cx>
|
|
|
|
* dcrt0.cc (dll_crt0_1): Move internal locale setting prior to
|
|
potential globify to prevent creation of unglobbed filenames in the
|
|
wrong character set.
|