diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2016-11-27 22:31:25 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2016-11-27 22:32:11 +0100 |
commit | 74ca8d6f5d2e29bb7cf4606531313ee8c52b9eda (patch) | |
tree | b2e5ad49c4499ca7c21a92e4d4c3e3aced7cb524 /librt | |
parent | d9f4c6bb0568da6d80f60a0040354f45478f84a3 (diff) |
remove UCLIBC_HAS_LFS
Diffstat (limited to 'librt')
-rw-r--r-- | librt/spawn_int.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/librt/spawn_int.h b/librt/spawn_int.h index 1d990fc33..89c88dba9 100644 --- a/librt/spawn_int.h +++ b/librt/spawn_int.h @@ -24,12 +24,3 @@ struct __spawn_action { }; int __posix_spawn_file_actions_realloc(posix_spawn_file_actions_t *fa); - -/* handle !LFS */ -#ifndef __UCLIBC_HAS_LFS__ -# define rlimit64 rlimit -# define getrlimit64 getrlimit -#endif -#ifndef O_LARGEFILE -# define O_LARGEFILE 0 -#endif |