Commit e45d9b98 by Michael Meissner

Properly close comment.

From-SVN: r2628
parent b6d2adc7
...@@ -1230,7 +1230,7 @@ __builtin_new (sz) ...@@ -1230,7 +1230,7 @@ __builtin_new (sz)
#ifdef __GNU_LIBRARY__ #ifdef __GNU_LIBRARY__
/* Avoid forcing the library's meaning of `write' on the user program /* Avoid forcing the library's meaning of `write' on the user program
by using the "internal" name (for use within the library) by using the "internal" name (for use within the library) */
#define write(fd, buf, n) __write((fd), (buf), (n)) #define write(fd, buf, n) __write((fd), (buf), (n))
#endif #endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment