notaz.gp2x.de
/
ia32rtools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
97609f0
)
update stdc.list for d1ui
author
notaz
<notasas@gmail.com>
Sun, 25 May 2014 17:35:13 +0000
(20:35 +0300)
committer
notaz
<notasas@gmail.com>
Sun, 25 May 2014 17:35:13 +0000
(20:35 +0300)
stdc.hlist
patch
|
blob
|
blame
|
history
stdc.list
patch
|
blob
|
blame
|
history
diff --git
a/stdc.hlist
b/stdc.hlist
index
bcefba0
..
1ce058e
100644
(file)
--- a/
stdc.hlist
+++ b/
stdc.hlist
@@
-237,6
+237,7
@@
void * __cdecl _onexit (int (__cdecl *)(void));
void * __cdecl signal (int, void *);
int __cdecl raise (int);
+int __cdecl __snprintf (char *, unsigned int, const char*, ...);
void* __cdecl memcpy_0 (void*, const void*, size_t);
diff --git
a/stdc.list
b/stdc.list
index
4e52902
..
192f97b
100644
(file)
--- a/
stdc.list
+++ b/
stdc.list
@@
-34,7
+34,6
@@
_strtoul
_srand
_rand
_time
-_siglookup
_signal
_strtok
__wcsicmp
@@
-90,6
+89,12
@@
_mbtowc
_ungetc
__strcmpi
__splitpath
+_abort
+_raise
+__snprintf
+_atoi
+_abs
+_labs
# float
__control87
@@
-101,3
+106,4
@@
_ceil
# not in mingw
_memcpy_0
+_siglookup