projects
/
graphviz
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3fe1ac8
)
Fix vmhdr.h as ssize_t will now always be defined.
author
erg
<devnull@localhost>
Wed, 30 Jan 2008 14:48:51 +0000
(14:48 +0000)
committer
erg
<devnull@localhost>
Wed, 30 Jan 2008 14:48:51 +0000
(14:48 +0000)
lib/vmalloc/vmhdr.h
patch
|
blob
|
history
diff --git
a/lib/vmalloc/vmhdr.h
b/lib/vmalloc/vmhdr.h
index 790a9376e742496206a99950edf53f5cedc9d1ae..4f7cb069b3ca0ff59f2576b2d19c1fb5e8fc3e9a 100644
(file)
--- a/
lib/vmalloc/vmhdr.h
+++ b/
lib/vmalloc/vmhdr.h
@@
-441,9
+441,7
@@
extern "C" {
extern size_t getpagesize _ARG_((void));
-#ifdef WIN32
-typedef unsigned int ssize_t;
-#else
+#ifndef WIN32
extern void abort _ARG_((void));
extern ssize_t write _ARG_((int, const void *, size_t));
#endif