Header include cleanup part one.
No functional change in theory. Cleanup headers to reduce the mostly-useless for some time now. 1) Remove common/{getopt.[ch],getopt1.c} files and remove from build. Use C99-required functions from <unistd.h> and <getopt.h>. 2) <inttypes.h> is required by C99 and has been required for some time. Remove #ifdef blocks and replace some older <stdint.h> includes. 3) <pthread.h> isn't optional at this point. PTHREAD_MUTEX_INITIALIZER is required throughout. 4) Use <limits.h> instead of <values.h> or <float.h> 5) <string.h> is required by C99. Remove long-deprecated <strings.h> includes.
Showing
- src/api/slurm_pmi.h 3 additions, 10 deletionssrc/api/slurm_pmi.h
- src/common/Makefile.am 0 additions, 1 deletionsrc/common/Makefile.am
- src/common/Makefile.in 15 additions, 18 deletionssrc/common/Makefile.in
- src/common/bitstring.h 3 additions, 10 deletionssrc/common/bitstring.h
- src/common/callerid.c 6 additions, 19 deletionssrc/common/callerid.c
- src/common/env.c 5 additions, 5 deletionssrc/common/env.c
- src/common/getopt.c 0 additions, 1061 deletionssrc/common/getopt.c
- src/common/getopt.h 0 additions, 180 deletionssrc/common/getopt.h
- src/common/getopt1.c 0 additions, 188 deletionssrc/common/getopt1.c
- src/common/gres.c 7 additions, 28 deletionssrc/common/gres.c
- src/common/hostlist.c 8 additions, 21 deletionssrc/common/hostlist.c
- src/common/io_hdr.h 1 addition, 7 deletionssrc/common/io_hdr.h
- src/common/job_resources.h 2 additions, 7 deletionssrc/common/job_resources.h
- src/common/layouts_mgr.c 3 additions, 5 deletionssrc/common/layouts_mgr.c
- src/common/macros.h 2 additions, 4 deletionssrc/common/macros.h
- src/common/node_conf.c 3 additions, 9 deletionssrc/common/node_conf.c
- src/common/node_conf.h 1 addition, 7 deletionssrc/common/node_conf.h
- src/common/node_features.c 6 additions, 22 deletionssrc/common/node_features.c
- src/common/optz.h 1 addition, 5 deletionssrc/common/optz.h
- src/common/pack.h 3 additions, 10 deletionssrc/common/pack.h
Loading
Please register or sign in to comment