summaryrefslogtreecommitdiff
path: root/libguile/cpp_errno.c
blob: 32556a36c680e2c914e3962020855acc241f814d (plain)
1
2
3
4
5
6
7
8
9
/* this file is processed by gcc with special options to extract
   a list of errno codes.  */
#include <errno.h>

/*
  Local Variables:
  c-file-style: "gnu"
  End:
*/