summaryrefslogtreecommitdiff
path: root/.gitattributes
diff options
context:
space:
mode:
authornetworkException <git@nwex.de>2021-08-19 01:23:31 +0200
committerAndreas Kling <kling@serenityos.org>2021-08-22 01:32:25 +0200
commit2ea2d026c22460e70ac16afd4fa7d928093bb098 (patch)
tree20aa64a1682771e68aa5b3166a0494c51baae4b3 /.gitattributes
parentdee3b7b8c9e62e405f856ea7422c5e64949d7b44 (diff)
downloadserenity-2ea2d026c22460e70ac16afd4fa7d928093bb098.zip
LibCore: Support using a file descriptor for opening ConfigFile
This patch adds support for opening a ConfigFile using a file descriptor rather than trying to open a the file by name directly. In contrast to the previous implementation, ConfigFile now always keeps a reference to an open File and does not reopen it for writing. This requires providing an additional argument to open functions if a file gets opened based on its name and the user of the api intends to write to the file in the future.
Diffstat (limited to '.gitattributes')
0 files changed, 0 insertions, 0 deletions