Skip to content

Commit

Permalink
macosx: fix clashing Posix features defines
Browse files Browse the repository at this point in the history
Signed-off-by: Ruben Smits <[email protected]>
  • Loading branch information
Ruben Smits committed Sep 10, 2013
1 parent 12273bc commit 4359266
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions rtt/os/macosx/fosi.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@
#ifndef __FOSI_H
#define __FOSI_H

#ifndef _XOPEN_SOURCE
#define _XOPEN_SOURCE 600 // use all Posix features.
#endif

#define _DARWIN_C_SOURCE

#define HAVE_FOSI_API
Expand Down

0 comments on commit 4359266

Please sign in to comment.