mirror of
https://git.openafs.org/openafs.git
synced 2025-02-01 05:57:43 +00:00
roken: Import Windows allocator changes
Roken now supports using a single allocator across all of the objects which include that roken library. Two additional objects are required to support this, so add them to the list of symbols that we import. Change-Id: If43537f06a6cdc6ea4dea278cdc1db1e6970f955 Reviewed-on: http://gerrit.openafs.org/7618 Tested-by: BuildBot <buildbot@rampaginggeek.com> Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>
This commit is contained in:
parent
0e327b4982
commit
e05a630452
2
src/external/heimdal-files
vendored
2
src/external/heimdal-files
vendored
@ -79,6 +79,7 @@ lib/roken/localtime_r.c roken/localtime_r.c
|
|||||||
lib/roken/mkstemp.c roken/mkstemp.c
|
lib/roken/mkstemp.c roken/mkstemp.c
|
||||||
lib/roken/net_read.c roken/net_read.c
|
lib/roken/net_read.c roken/net_read.c
|
||||||
lib/roken/net_write.c roken/net_write.c
|
lib/roken/net_write.c roken/net_write.c
|
||||||
|
lib/roken/realloc.c roken/realloc.c
|
||||||
lib/roken/roken.h.in roken/roken.h.in
|
lib/roken/roken.h.in roken/roken.h.in
|
||||||
lib/roken/roken-common.h roken/roken-common.h
|
lib/roken/roken-common.h roken/roken-common.h
|
||||||
lib/roken/search.hin roken/search.hin
|
lib/roken/search.hin roken/search.hin
|
||||||
@ -101,5 +102,6 @@ lib/roken/vwarnx.c roken/vwarnx.c
|
|||||||
lib/roken/warn.c roken/warn.c
|
lib/roken/warn.c roken/warn.c
|
||||||
lib/roken/warnx.c roken/warnx.c
|
lib/roken/warnx.c roken/warnx.c
|
||||||
lib/roken/warnerr.c roken/warnerr.c
|
lib/roken/warnerr.c roken/warnerr.c
|
||||||
|
lib/roken/win32_alloc.c roken/win32_alloc.c
|
||||||
lib/roken/write_pid.c roken/write_pid.c
|
lib/roken/write_pid.c roken/write_pid.c
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user