summaryrefslogtreecommitdiffstats
path: root/libbsd.py
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2017-08-22 17:51:40 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2017-08-22 17:52:24 +0200
commit301ee6e143634276eb82a5f05c576d694b121c8d (patch)
treec2bc11ec90430457bea845c60bbe8550b9957f9d /libbsd.py
parentPort openssl to RTEMS. (diff)
downloadrtems-libbsd-301ee6e143634276eb82a5f05c576d694b121c8d.tar.bz2
Remove strtoimax() and strtoumax()
This is now provided by Newlib.
Diffstat (limited to 'libbsd.py')
-rw-r--r--libbsd.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/libbsd.py b/libbsd.py
index b2f3977d..3ba94cb5 100644
--- a/libbsd.py
+++ b/libbsd.py
@@ -2530,9 +2530,7 @@ def user_space(mm):
'lib/libc/rpc/svc_simple.c',
'lib/libc/rpc/svc_vc.c',
'lib/libc/stdio/fgetln.c',
- 'lib/libc/stdlib/strtoimax.c',
'lib/libc/stdlib/strtonum.c',
- 'lib/libc/stdlib/strtoumax.c',
'lib/libc/string/strsep.c',
'lib/libc/xdr/xdr_array.c',
'lib/libc/xdr/xdr.c',