Giter Club home page Giter Club logo

Comments (1)

GoogleCodeExporter avatar GoogleCodeExporter commented on August 17, 2024
Another difference:

diff -p -r coredumper-1.2.1/src/linux_syscall_support_unittest.cc 
google-coredumper-read-only/src/linux_syscall_support_unittest.cc
*** coredumper-1.2.1/src/linux_syscall_support_unittest.cc  2008-03-29 
06:38:57.000000000 +0800
--- 
google-coredumper-read-only/src/linux_syscall_support_unittest.cc   2012-08-29 
14:45:36.889474958 +0800
*************** namespace linux_syscall_support {
*** 62,68 ****
  #include <asm/posix_types.h>
  #include <asm/types.h>
  #include <errno.h>
- #include <linux/dirent.h>
  #include <linux/types.h>
  #include <linux/unistd.h>
  #include <signal.h>
--- 62,67 ----
*************** static void CheckStructures() {
*** 91,98 ****
    // there are a small number of data structures (e.g "struct
    // kernel_old_sigaction") that we cannot test at all, as glibc does
    // not have any definitions for them.
-   CHECK(sizeof(struct dirent64)  == sizeof(struct kernel_dirent64));
-   CHECK(sizeof(struct dirent)    == sizeof(struct kernel_dirent));
    CHECK(sizeof(struct iovec)     == sizeof(struct kernel_iovec));
    CHECK(sizeof(struct msghdr)    == sizeof(struct kernel_msghdr));
    CHECK(sizeof(struct pollfd)    == sizeof(struct kernel_pollfd));
--- 90,95 ----
diff -p -r coredumper-1.2.1/src/linuxthreads.c 
google-coredumper-read-only/src/linuxthreads.c
*** coredumper-1.2.1/src/linuxthreads.c 2008-03-29 06:38:57.000000000 +0800
--- google-coredumper-read-only/src/linuxthreads.c  2012-08-29 
14:45:36.893469332 +0800
*************** extern "C" {
*** 49,55 ****
  #include <asm/fcntl.h>
  #include <asm/posix_types.h>
  #include <asm/types.h>
- #include <linux/dirent.h>

  #include "linux_syscall_support.h"
  #include "thread_lister.h"
--- 49,54 ----

Original comment by [email protected] on 29 Aug 2012 at 6:50

from google-coredumper.

Related Issues (18)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.