fix placement of multiple inclusion guard endif in internal syscall.h
authorRich Felker <dalias@aerifal.cx>
Tue, 27 May 2014 04:09:05 +0000 (00:09 -0400)
committerRich Felker <dalias@aerifal.cx>
Tue, 27 May 2014 04:09:05 +0000 (00:09 -0400)
commit92899314462192f763ca8cd1582882bd55ce5470
tree5215de2e76b0b309f9559fdd58715405b8ed3fc9
parent4ef04a27c7cf81db13316ceb6e840527977a7787
fix placement of multiple inclusion guard endif in internal syscall.h

this was messed up during a recent commit when the socketcall macros
were moved to the common internal/syscall.h, and the following commit
expanded the problem by adding more new content outside the guard.
src/internal/syscall.h