Skip to content

Commit

Permalink
Add obstack.[ch] from EGLIBC 2.10
Browse files Browse the repository at this point in the history
Signed-off-by: Fredrik Kuivinen <frekui@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Fredrik Kuivinen authored and Junio C Hamano committed Aug 21, 2011
1 parent cee4268 commit e831171
Show file tree
Hide file tree
Showing 3 changed files with 952 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -514,6 +514,7 @@ LIB_H += commit.h
LIB_H += compat/bswap.h
LIB_H += compat/cygwin.h
LIB_H += compat/mingw.h
LIB_H += compat/obstack.h
LIB_H += compat/win32/pthread.h
LIB_H += compat/win32/syslog.h
LIB_H += compat/win32/sys/poll.h
Expand Down Expand Up @@ -593,6 +594,7 @@ LIB_OBJS += cache-tree.o
LIB_OBJS += color.o
LIB_OBJS += combine-diff.o
LIB_OBJS += commit.o
LIB_OBJS += compat/obstack.o
LIB_OBJS += config.o
LIB_OBJS += connect.o
LIB_OBJS += convert.o
Expand Down
Loading

0 comments on commit e831171

Please sign in to comment.