Properly close comment.

From-SVN: r2628
This commit is contained in:
Michael Meissner 1992-10-28 15:56:23 +00:00
parent b6d2adc7d9
commit e45d9b98ee
1 changed files with 1 additions and 1 deletions

View File

@ -1230,7 +1230,7 @@ __builtin_new (sz)
#ifdef __GNU_LIBRARY__
/* 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))
#endif