Cleanup osx/queue.h whitespace.

Remove TAILQ_END from osx/osx.h since it is in osx/queue.h.
This commit is contained in:
Reginald Kennedy 2015-05-21 09:45:39 +08:00
parent 354d4e4969
commit c7b39bacf2
2 changed files with 8 additions and 12 deletions

View file

@ -1,5 +1 @@
long long strtonum(const char *, long long, long long, const char **);
#ifndef TAILQ_END
#define TAILQ_END(head) NULL
#endif