Skip to content
This repository has been archived by the owner on May 4, 2018. It is now read-only.

Commit

Permalink
Revert "build: compile with -D__DARWIN_64_BIT_INO_T on OS X"
Browse files Browse the repository at this point in the history
This reverts commit 01fbe7b.

__DARWIN_64_BIT_INO_T is a no-op in most cases and might be actively harmful in
some others.
  • Loading branch information
bnoordhuis committed Dec 1, 2011
1 parent fadfd0f commit ec37d05
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion config-unix.mk
Expand Up @@ -50,7 +50,6 @@ endif
ifeq (Darwin,$(uname_S))
EV_CONFIG=config_darwin.h
EIO_CONFIG=config_darwin.h
CPPFLAGS += -D__DARWIN_64_BIT_INO_T=1
CPPFLAGS += -Isrc/ares/config_darwin
LINKFLAGS+=-framework CoreServices
OBJS += src/unix/darwin.o
Expand Down
3 changes: 0 additions & 3 deletions uv.gyp
Expand Up @@ -9,9 +9,6 @@
'EIO_STACKSIZE=262144'
],
'conditions': [
['OS=="mac"', {
'defines': ['__DARWIN_64_BIT_INO_T=1'],
}],
['OS=="solaris"', {
'cflags': ['-pthreads'],
'ldlags': ['-pthreads'],
Expand Down

0 comments on commit ec37d05

Please sign in to comment.