diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-09-28 11:57:15 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-09-30 18:43:55 +0200 |
commit | 6884573b944c79b7d0049334eaa78dae2692b874 (patch) | |
tree | a13b633812fa6d4ce66c089ee7493fd9b711073f /libc/sysdeps/linux/common/stubs.c | |
parent | 15186b99774df74cf8ab02acd1a3f0ffd4c54ca1 (diff) |
remove linux kernel 2.4 modules support
Diffstat (limited to 'libc/sysdeps/linux/common/stubs.c')
-rw-r--r-- | libc/sysdeps/linux/common/stubs.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/libc/sysdeps/linux/common/stubs.c b/libc/sysdeps/linux/common/stubs.c index 19a33714a..b80b54b2c 100644 --- a/libc/sysdeps/linux/common/stubs.c +++ b/libc/sysdeps/linux/common/stubs.c @@ -86,10 +86,6 @@ make_stub(capset) make_stub(connect) #endif -#if !defined __NR_create_module && defined __UCLIBC_LINUX_MODULE_24__ -make_stub(create_module) -#endif - #if !defined __NR_delete_module && defined __UCLIBC_LINUX_MODULE_26__ make_stub(delete_module) #endif @@ -273,10 +269,6 @@ make_stub(ppoll) make_stub(prctl) #endif -#if !defined __NR_query_module && defined __UCLIBC_LINUX_MODULE_24__ -make_stub(query_module) -#endif - #if !defined __NR_readahead && defined __UCLIBC_LINUX_SPECIFIC__ make_stub(readahead) #endif |