summaryrefslogtreecommitdiff
path: root/test/.gitignore
diff options
context:
space:
mode:
authorNatanael Copa <natanael.copa@gmail.com>2010-11-26 14:49:56 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2010-12-01 23:45:23 +0100
commit78009d25addb8487702f902ed4ad581a5004bfe9 (patch)
tree46bcf4925b8d759b4ef54608c6a16c95d60f3651 /test/.gitignore
parentc5db8f051be9846485911e973f26943c114c66fb (diff)
libc: fix strtoq
strtoq should always return a quad_t and be an alias of strtol on 64 bit and strtoll on 32 bit. Signed-off-by: Natanael Copa <natanael.copa@gmail.com> Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'test/.gitignore')
-rw-r--r--test/.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/.gitignore b/test/.gitignore
index 605d16d55..991ce5f85 100644
--- a/test/.gitignore
+++ b/test/.gitignore
@@ -256,6 +256,7 @@ stdlib/test-canon
stdlib/test-canon2
stdlib/teston_exit
stdlib/teststrtol
+stdlib/teststrtoq
string/bug-strcoll1
string/bug-strncat1
string/bug-strpbrk1