diff options
author | Jim Meyering <jim@meyering.net> | 1997-11-24 12:53:29 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1997-11-24 12:53:29 +0000 |
commit | 9928e82eac23784cdbaa431096aa40e786278e37 (patch) | |
tree | 65bc8b57f06041ba03782e6a8e0c776e92108d1f | |
parent | 49803907f5dbd7646184a8912c9db9b09dcd0f22 (diff) | |
download | coreutils-9928e82eac23784cdbaa431096aa40e786278e37.tar.xz |
*** empty log message ***
-rw-r--r-- | src/sys2.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/sys2.h b/src/sys2.h index 608307216..a68327e18 100644 --- a/src/sys2.h +++ b/src/sys2.h @@ -1,3 +1,8 @@ +/* WARNING -- this file is temporary. It is shared between the + sh-utils, fileutils, and textutils packages. Once I find a little + more time, I'll merge the remaining things in system.h and everything + in this file will go back there. */ + #ifndef RETSIGTYPE # define RETSIGTYPE void #endif |