We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0f438f commit 6b639b8Copy full SHA for 6b639b8
M2/Macaulay2/d/types.h
@@ -141,10 +141,6 @@ struct JumpCell
141
#endif
142
#define RUP(x) ((((x) + PAGESIZE - 1) / PAGESIZE) * PAGESIZE)
143
144
-#if !defined(__FreeBSD__) && !defined(__DARWIN__)
145
-void *sbrk(); /* not really ansi standard, sigh */
146
-#endif
147
-
148
#define STDIN 0
149
#define STDOUT 1
150
#define STDERR 2
0 commit comments