diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2014-08-13 01:03:45 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2014-08-13 01:03:45 +0200 |
commit | b3b67a6ce9913c48565b6a02bf41cea37b5bf7bc (patch) | |
tree | d5a7bc66f79d8c0f115f87d27b42f26cdce83f12 /contributing.mdwn | |
parent | 2e1ce28d05b71a9521c7041cd8eccab8ff30be19 (diff) | |
download | web-b3b67a6ce9913c48565b6a02bf41cea37b5bf7bc.tar.gz web-b3b67a6ce9913c48565b6a02bf41cea37b5bf7bc.tar.bz2 web-b3b67a6ce9913c48565b6a02bf41cea37b5bf7bc.zip |
Add UTIME_NOW, UTIME_OMIT TODOs
Diffstat (limited to 'contributing.mdwn')
-rw-r--r-- | contributing.mdwn | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contributing.mdwn b/contributing.mdwn index 8f176bc4..a6558be1 100644 --- a/contributing.mdwn +++ b/contributing.mdwn @@ -80,6 +80,7 @@ Here is a list of small hacks, which can serve as entries into the Hurd code for people who would like to dive into the code but just lack a "somewhere to begin with". +* Add UTIME_NOW and UTIME_OMIT, it is a matter of taking the BSD value, add the #define to the proper header, and implement the support in _S_file_utimes functions. * Some translators do not support [[hurd/fsysopts]], i.e. support for the file_get_fs_options and fsys_set_options RPCs. * Extend `device_read`/`device_write` into supporting > 2TiB disk sizes. |